Skip to content

Commit

Permalink
Revert "chore(deps): refine gcc-aarch64-linux-gnu targets"
Browse files Browse the repository at this point in the history
This reverts commit 4f200be.
  • Loading branch information
simonsan committed Nov 27, 2024
1 parent 4f200be commit 0935785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ publish-jobs = ["homebrew"]
nasm = '*' # Required for building `aws-lc-sys` on Windows

[dist.dependencies.apt]
gcc-aarch64-linux-gnu = { version = '*', targets = ["aarch64-unknown-linux-gnu"] }
gcc-aarch64-linux-gnu = { version = '*', targets = ["aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl"] }
musl-tools = { version = '*', targets = ["aarch64-unknown-linux-musl", "x86_64-unknown-linux-musl"] }
musl-dev = { version = '*', targets = ["aarch64-unknown-linux-musl", "x86_64-unknown-linux-musl"] }

0 comments on commit 0935785

Please sign in to comment.