File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ jobs:
5454
5555 - name : Install Rust
5656 run : |
57- rustup toolchain install nightly
58- rustup default nightly
57+ # https://github.com/rust-cross/cargo-zigbuild/issues/327
58+ rustup toolchain install nightly-2025-02-19
59+ rustup default nightly-2025-02-19
5960 rustup target add ${{ matrix.target }}
6061
6162 - name : Build for Linux
6263 if : contains(matrix.os, 'ubuntu')
6364 run : |
6465 cargo install cross --git https://github.com/cross-rs/cross
65- # https://github.com/rust-cross/cargo-zigbuild/issues/327
66- RUSTFLAGS="-Zlinker-features=-lld" cross build --release --target ${{ matrix.target }}
66+ cross build --release --target ${{ matrix.target }}
6767 mv "${{ matrix.artifact_name }}" "${{ matrix.target }}.so"
6868
6969 - name : Build for macOS
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " nightly"
2+ channel = " nightly-2025-02-19 "
You can’t perform that action at this time.
0 commit comments