Skip to content

Commit

Permalink
feat: fix CI coverage job by adjusting permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Feb 28, 2023
1 parent 4552a13 commit 712ecef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,14 +319,14 @@ jobs:
name: Pull xd009642/tarpaulin:latest
command: docker pull xd009642/tarpaulin:latest
- run:
name: Get coverage result
name: Get coverage required packages
command: >-
docker run
--security-opt seccomp=unconfined
-v "${PWD}:/volume"
-v "${FIL_PROOFS_PARAMETER_CACHE}:/var/tmp/filecoin-proof-parameters/"
xd009642/tarpaulin
sh -c "apt update && apt install -y libssl-dev ocl-icd-opencl-dev libhwloc-dev && cargo tarpaulin --timeout 1800 --release -v"
/bin/bash -c "apt update && apt install -y libssl-dev ocl-icd-opencl-dev libhwloc-dev && chown -R ${USER}:${USER} . && cargo tarpaulin --timeout 1800 --release -v"
no_output_timeout: 30m
commands:
ensure_filecoin_parameters:
Expand Down

0 comments on commit 712ecef

Please sign in to comment.