Skip to content

Commit 22bcb85

Browse files
committed
fix: remove target-cpu=native to avoid SIGILL on Blacksmith runners
1 parent eb12295 commit 22bcb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build release
7575
run: cargo +nightly build --release -j $(nproc)
7676
env:
77-
RUSTFLAGS: "-C debuginfo=0 -C target-cpu=native -C link-arg=-fuse-ld=mold -D warnings"
77+
RUSTFLAGS: "-C debuginfo=0 -C link-arg=-fuse-ld=mold -D warnings"
7878

7979
- name: Upload binary
8080
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)