Skip to content

Commit

Permalink
Merge pull request #435 from Xilinx/matthias.ci_root
Browse files Browse the repository at this point in the history
Fix for upstream change in docker container
  • Loading branch information
mgehre-amd authored Jan 6, 2025
2 parents b3562f3 + 928ce04 commit 752540d
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 752540d

Please sign in to comment.