Skip to content

Commit

Permalink
Revert "feat: separate gcc-aarch64-linux-gnu and gcc-aarch64-linux-mu…
Browse files Browse the repository at this point in the history
…sl dependencies in dist-workspace.toml"

This reverts commit 94bb7f6.
  • Loading branch information
simonsan committed Nov 27, 2024
1 parent 94bb7f6 commit 19acd3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ 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-musl = { version = '*', targets = ["aarch64-unknown-linux-musl"] }
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"] }

0 comments on commit 19acd3a

Please sign in to comment.