Skip to content

Commit

Permalink
Fix for upstream change in docker container
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
mgehre-amd committed Jan 6, 2025
1 parent db08afe commit 928ce04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
runs-on: ${{ matrix.os }}
container:
image: ${{(startsWith(matrix.os, 'ubuntu') && 'ghcr.io/llvm/ci-ubuntu-22.04:latest') || null}}
options: --user root
volumes:
- /mnt/:/mnt/
strategy:
Expand Down

0 comments on commit 928ce04

Please # to comment.