Skip to content

Commit c555063

Browse files
committed
Minimal musllinux_1_1 build due to sporadic CI failure
musllinux_1_2 was added something like two years ago and should probably be used instead.
1 parent 6ac06d9 commit c555063

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ jobs:
140140
CC: "gcc"
141141
CFLAGS: "-O2"
142142
LDFLAGS: "-O2 -flto -Wl,--as-needed"
143-
RUSTFLAGS: "-C target-feature=-crt-static -Z mir-opt-level=4"
143+
RUSTFLAGS: "-C target-feature=-crt-static"
144144
CARGO_UNSTABLE_SPARSE_REGISTRY: "true"
145145
with:
146146
rust-toolchain: nightly-2024-01-17
147147
rustup-components: rust-src
148148
target: ${{ matrix.platform.target }}
149149
manylinux: musllinux_1_1
150-
args: --release --strip --out=dist --features=encoding_rs/simd-accel,no-panic,unstable-simd,yyjson -i python${{ matrix.python.version }}
150+
args: --release --strip --out=dist --features=no-panic,yyjson -i python${{ matrix.python.version }}
151151

152152
- name: Set up QEMU
153153
if: matrix.platform.arch != 'x86_64'

0 commit comments

Comments
 (0)