Skip to content

Commit a59db4e

Browse files
committed
update: modify before-script to unset RUSTC_WRAPPER before fetching dependencies
1 parent 8dc2991 commit a59db4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
docker-options: ${{ matrix.docker_options }} -e LIBCLANG_PATH=${{ github.workspace }}/target/${{ matrix.rust_target }}/release/clang/lib -e LD_LIBRARY_PATH=${{ github.workspace }}/target/${{ matrix.rust_target }}/release/clang/lib
6464
before-script-linux: |
6565
if [ "${{ matrix.v8_from_source }}" = "1" ]; then
66-
cargo fetch --locked
66+
env -u RUSTC_WRAPPER cargo fetch --locked
6767
V8_SRC="$(find /root/.cargo/registry/src -maxdepth 2 -type d -name 'v8-147.4.0' -print -quit)"
6868
CLANG_DIR="${{ github.workspace }}/target/${{ matrix.rust_target }}/release/clang"
6969
python3 "$V8_SRC/tools/clang/scripts/update.py" --output-dir "$CLANG_DIR"

0 commit comments

Comments
 (0)