Skip to content

Commit

Permalink
publish: skip publishing to i686 targets for now as they do not sup…
Browse files Browse the repository at this point in the history
…port simdjson that's now used by qsv in `stats` related commands

[skip ci]
  • Loading branch information
jqnatividad committed Sep 10, 2024
1 parent 09a71f9 commit 295b774
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ jobs:
addl-qsvlite-features:
addl-qsvdp-features:
addl-rustflags: -C target-feature=+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+avx2,+fma,+bmi1,+bmi2,+lzcnt,+pclmulqdq
- os: ubuntu-22.04
os-name: linux
target: i686-unknown-linux-gnu
architecture: i686
use-cross: true
addl-build-args: --features=apply,fetch,foreach,self_update
default-features:
addl-qsvlite-features:
addl-qsvdp-features:
addl-rustflags:
# - os: ubuntu-22.04
# os-name: linux
# target: i686-unknown-linux-gnu
# architecture: i686
# use-cross: true
# addl-build-args: --features=apply,fetch,foreach,self_update
# default-features:
# addl-qsvlite-features:
# addl-qsvdp-features:
# addl-rustflags:
- os: windows-latest
os-name: windows
target: x86_64-pc-windows-msvc
Expand All @@ -75,16 +75,16 @@ jobs:
addl-qsvlite-features:
addl-qsvdp-features: luau
addl-rustflags: -C target-feature=+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+avx2,+fma,+bmi1,+bmi2,+lzcnt,+pclmulqdq
- os: windows-latest
os-name: windows
target: i686-pc-windows-msvc
architecture: i686
use-cross: true
addl-build-args: --features=apply,fetch,self_update
default-features:
addl-qsvlite-features:
addl-qsvdp-features:
addl-rustflags:
# - os: windows-latest
# os-name: windows
# target: i686-pc-windows-msvc
# architecture: i686
# use-cross: true
# addl-build-args: --features=apply,fetch,self_update
# default-features:
# addl-qsvlite-features:
# addl-qsvdp-features:
# addl-rustflags:
- os: windows-latest
os-name: windows
target: x86_64-pc-windows-gnu
Expand Down

0 comments on commit 295b774

Please sign in to comment.