Skip to content

Commit baf4a7a

Browse files
committed
install clang & mold
1 parent 9053440 commit baf4a7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ jobs:
234234
manylinux: "2_28"
235235
args: --release --strip --features protoc,substrait --out dist
236236
rustup-components: rust-std
237+
before-script-linux: yum install -y clang mold
237238

238239
- name: Build (debug mode)
239240
uses: PyO3/maturin-action@v1
@@ -243,6 +244,7 @@ jobs:
243244
manylinux: "2_28"
244245
args: --features protoc,substrait --out dist
245246
rustup-components: rust-std
247+
before-script-linux: yum install -y clang mold
246248

247249
- name: Archive wheels
248250
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)