Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Oct 17, 2024
1 parent 4573d79 commit cb728ed
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 113 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

# [target.i686-pc-windows-msvc]
# rustflags = ["-C", "target-feature=+crt-static"]
# [term] # whether cargo output is quiet
# verbose = true
[term] # whether cargo output is quiet
verbose = true
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
build: CC=clang-18 CXX=clang++-18 CXXFLAGS="-std=c++11 -stdlib=libc++" LDFLAGS="-stdlib=libc++" pnpm build --target x86_64-unknown-linux-gnu
- host: macos-15
target: aarch64-apple-darwin
build: pnpm build --target aarch64-apple-darwin
build: RUST_BACKTRACE=1 pnpm build --target aarch64-apple-darwin
# - host: ubuntu-latest
# target: aarch64-unknown-linux-gnu
# build: pnpm build --target aarch64-unknown-linux-gnu --use-cross
Expand Down
Loading

0 comments on commit cb728ed

Please sign in to comment.