Skip to content

Commit

Permalink
chore/workflow: fix nanocl release
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 2, 2023
1 parent 806fc02 commit 1d34f17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml

This file was deleted.

2 changes: 1 addition & 1 deletion bin/nanocl/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-gnu-gcc"
linker = "gcc-aarch64-none-elf"
rustflags = ["-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc"]

0 comments on commit 1d34f17

Please sign in to comment.