Skip to content

Commit

Permalink
Merge pull request #140 from blocklessnetwork/feature/linux_musl
Browse files Browse the repository at this point in the history
use musl as tool chain.
  • Loading branch information
Joinhack authored Dec 27, 2024
2 parents c98fc79 + 41c8c16 commit a7a9968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
2 changes: 1 addition & 1 deletion .github/workflows/runtime_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os: linux-latest
runson: ubuntu-latest
rust: stable
target: aarch64-unknown-linux-gnu
target: aarch64-unknown-linux-musl
arch: aarch64
cross: false
runs-on: ${{ matrix.runson }}
Expand Down

0 comments on commit a7a9968

Please sign in to comment.