Commit 5a2d08e0 authored by eta's avatar eta
Browse files

Merge branch 'fix-coverage-ci' into 'main'

Disable fs-mistrust in coverage CI.

See merge request !493
parents 50493c13 78e86e6b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -155,6 +155,9 @@ coverage-aggregated:
  stage: test
  image: rust:latest
  needs: []
  variables:
    # The build environment here runs as root and seems to have umask 000.
    ARTI_FS_DISABLE_PERMISSION_CHECKS: "true"
  script:
    - apt update && apt install -y tor python3 python3-pip python3-setuptools curl
    # install deps for report generation