Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Nov 2, 2024
1 parent bca692e commit 421d51b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
CFLAGS: "-flto=thin -O3"
CXXFLAGS: "-flto=thin -O3"
RUSTFLAGS: "-Clinker-plugin-lto -Clinker=/usr/local/bin/clang -Clink-arg=-fuse-ld=/usr/local/bin/ld.lld"
# https://github.com/rust-lang/rust-bindgen/issues/2360#issuecomment-2367084230
LLVM_CONFIG_PATH: /root/llvm_config.sh
- name: Install built wheel and test
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ jobs:
CFLAGS: "-flto=thin -O3"
CXXFLAGS: "-flto=thin -O3"
RUSTFLAGS: "-Clinker-plugin-lto -Clinker=/usr/local/bin/clang -Clink-arg=-fuse-ld=/usr/local/bin/ld.lld"
# https://github.com/rust-lang/rust-bindgen/issues/2360#issuecomment-2367084230
LLVM_CONFIG_PATH: /root/llvm_config.sh
- name: Install built wheel and test
run: |
pip install rocksdict --no-index --find-links dist --force-reinstall || true
Expand Down Expand Up @@ -309,8 +311,6 @@ jobs:
CFLAGS: "-flto=thin -O3"
CXXFLAGS: "-flto=thin -O3"
RUSTFLAGS: "-Clinker-plugin-lto -Clinker=/usr/local/bin/clang -Clink-arg=-fuse-ld=/usr/local/bin/ld.lld"
# https://github.com/rust-lang/rust-bindgen/issues/2360#issuecomment-2367084230
LLVM_CONFIG_PATH: /root/llvm_config.sh
- name: Install built wheel and test
run: |
pip install rocksdict --no-index --find-links dist --force-reinstall || true
Expand Down Expand Up @@ -353,6 +353,7 @@ jobs:
CFLAGS: "-flto=thin -O3"
CXXFLAGS: "-flto=thin -O3"
RUSTFLAGS: "-Clinker-plugin-lto -Clinker=/usr/local/bin/clang -Clink-arg=-fuse-ld=/usr/local/bin/ld.lld"
# https://github.com/rust-lang/rust-bindgen/issues/2360#issuecomment-2367084230
LLVM_CONFIG_PATH: /root/llvm_config.sh
- name: Install built wheel and test
run: |
Expand Down

0 comments on commit 421d51b

Please sign in to comment.