Skip to content

Commit 326a960

Browse files
committed
coverage: run coverage for linux without root
1 parent b73a09a commit 326a960

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
# Our self-hosted runners require a container
4747
# TODO: use a different (nvidia?) container
4848
container:
49-
options: -u root --security-opt seccomp=unconfined --shm-size 16g
5049
image: ubuntu:22.04
5150
env:
5251
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
@@ -67,9 +66,6 @@ jobs:
6766
with:
6867
fetch-depth: 0
6968

70-
- name: Mark workspace as safe for git
71-
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
72-
7369
- name: Install dependencies
7470
uses: ./.github/actions/install_unix_deps
7571
continue-on-error: false

0 commit comments

Comments
 (0)