Skip to content

Commit

Permalink
faster
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Dec 1, 2023
1 parent 2305e14 commit 65cd8a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
if: runner.os == 'Windows'
run: |
echo "#!/usr/bin/env bash" > "$NSS_DIR"/build.sh
# echo "make -C \"$NSS_DIR\" -j \"$NSS_JOBS\" nss_build_all USE_64=1 NSS_DISABLE_GTESTS=1" >> "$NSS_DIR"/build.sh
echo "make -C \"$NSS_DIR\" nss_build_all USE_64=1 NSS_DISABLE_GTESTS=1" >> "$NSS_DIR"/build.sh
echo "make -C \"$NSS_DIR\" -j \"$NSS_JOBS\" nss_build_all USE_64=1 NSS_DISABLE_GTESTS=1" >> "$NSS_DIR"/build.sh
echo "BASH=$SHELL" >> "$GITHUB_ENV"
echo "LIBCLANG_PATH=C:\\Program Files\\LLVM\\bin" >> "$GITHUB_ENV"
Expand All @@ -95,10 +94,9 @@ jobs:
- name: Build
run: |
cargo +${{ matrix.rust-toolchain }} build -j1 -v --all-targets || true
cargo +${{ matrix.rust-toolchain }} build -v --all-targets
echo "LD_LIBRARY_PATH=${{ github.workspace }}/dist/Debug/lib" >> "$GITHUB_ENV"
echo "DYLD_LIBRARY_PATH=${{ github.workspace }}/dist/Debug/lib" >> "$GITHUB_ENV"
find dist -name \*.h || true
env:
RUST_BACKTRACE: 1

Expand Down

0 comments on commit 65cd8a1

Please sign in to comment.