We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9053440 commit baf4a7aCopy full SHA for baf4a7a
1 file changed
.github/workflows/build.yml
@@ -234,6 +234,7 @@ jobs:
234
manylinux: "2_28"
235
args: --release --strip --features protoc,substrait --out dist
236
rustup-components: rust-std
237
+ before-script-linux: yum install -y clang mold
238
239
- name: Build (debug mode)
240
uses: PyO3/maturin-action@v1
@@ -243,6 +244,7 @@ jobs:
243
244
245
args: --features protoc,substrait --out dist
246
247
248
249
- name: Archive wheels
250
uses: actions/upload-artifact@v6
0 commit comments