We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19821bc commit 5fa3404Copy full SHA for 5fa3404
.github/workflows/reusable_fast.yml
@@ -16,8 +16,7 @@ jobs:
16
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
17
container:
18
image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
19
- # options: --user test_user --cap-add=SYS_NICE --cap-add=SYS_PTRACE
20
- options: --user test_user --privileged
+ options: --user 1000 --cap-add=SYS_NICE --cap-add=SYS_PTRACE
21
volumes:
22
- ${{ github.workspace }}:${{ github.workspace }}
23
strategy:
0 commit comments