Skip to content

Commit

Permalink
reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jul 16, 2024
1 parent 219389d commit 2b63faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build]
rustflags = ["-C", "target-cpu=native"]
rustdocflags = ["-C", "target-cpu=native", "--document-private-items"]

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- runner: ubuntu-latest
target: x86_64-unknown-linux-gnu
suffix: so
- runner: ubuntu-latest
target: aarch64-unknown-linux-gnu
# - runner: ubuntu-latest
# target: aarch64-unknown-linux-gnu
- runner: macos-12
target: x86_64-apple-darwin
suffix: dylib
Expand Down

0 comments on commit 2b63faf

Please sign in to comment.