Skip to content

Commit 928ce04

Browse files
committed
Fix for upstream change in docker container
We use the docker image from upstream (`ghcr.io/llvm/ci-ubuntu-22.04:latest`), which changed recently to use a non-root users (b86a22a). Switch user back to `root`.
1 parent db08afe commit 928ce04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/llvm-project-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
runs-on: ${{ matrix.os }}
6161
container:
6262
image: ${{(startsWith(matrix.os, 'ubuntu') && 'ghcr.io/llvm/ci-ubuntu-22.04:latest') || null}}
63+
options: --user root
6364
volumes:
6465
- /mnt/:/mnt/
6566
strategy:

0 commit comments

Comments
 (0)