Skip to content

Commit

Permalink
fix: update GPU CI runtime config
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed May 5, 2021
1 parent 2daf9a2 commit 46c3486
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
echo 'export PATH="~/.cargo/bin:$PATH"' | tee --append $BASH_ENV
source $BASH_ENV
- run:
name: Install libraries to make thing work on the GPU
name: Install required libraries for GPU support
command: |
sudo apt-get update -y
sudo apt install -y ocl-icd-opencl-dev libhwloc-dev
Expand All @@ -181,8 +181,7 @@ jobs:
ulimit -n 20000
ulimit -u 20000
ulimit -n 20000
cd filecoin-proofs
~/.cargo/bin/cargo +<< pipeline.parameters.nightly-toolchain >> test --all --no-default-features --features gpu,blst --verbose --release lifecycle -- --ignored --nocapture
cargo +<< pipeline.parameters.nightly-toolchain >> test --all --no-default-features --features gpu,blst --verbose --release lifecycle -- --ignored --nocapture
no_output_timeout: 30m
environment:
RUST_TEST_THREADS: 1
Expand Down

0 comments on commit 46c3486

Please sign in to comment.