Commit 78e86e6b authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Disable fs-mistrust in coverage CI.

The CI runners like to run as root with umask 000, which our code
rightly freaks out about.
parent b4f4b18a
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