Skip to content

Commit fd74f8f

Browse files
committed
publish: remove target-cpu=native as it causes SIGILL on GH Action Runners
[skip ci]
1 parent 5d8b2f0 commit fd74f8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
default-features:
4444
addl-qsvlite-features:
4545
addl-qsvdp-features:
46-
addl-rustflags: -C target-cpu=native
46+
addl-rustflags:
4747
- os: ubuntu-24.04
4848
os-name: linux
4949
target: x86_64-unknown-linux-musl
@@ -54,7 +54,7 @@ jobs:
5454
default-features:
5555
addl-qsvlite-features:
5656
addl-qsvdp-features:
57-
addl-rustflags: -C target-cpu=native
57+
addl-rustflags:
5858
# - os: ubuntu-24.04
5959
# os-name: linux
6060
# target: i686-unknown-linux-gnu
@@ -74,7 +74,7 @@ jobs:
7474
default-features:
7575
addl-qsvlite-features:
7676
addl-qsvdp-features:
77-
addl-rustflags: -C target-cpu=native
77+
addl-rustflags:
7878
# - os: windows-latest
7979
# os-name: windows
8080
# target: i686-pc-windows-msvc
@@ -94,7 +94,7 @@ jobs:
9494
default-features: --no-default-features
9595
addl-qsvlite-features:
9696
addl-qsvdp-features:
97-
addl-rustflags: -C target-cpu=native
97+
addl-rustflags:
9898
# - os: macos-12
9999
# os-name: macos
100100
# target: x86_64-apple-darwin

0 commit comments

Comments
 (0)