File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1818 name : Ubuntu
1919 runs-on : ubuntu-latest
2020 container :
21- image : ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
22- options : --privileged
21+ # image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
22+ image : ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
23+ options : --cap-add SYS_NICE
2324 volumes :
2425 - ${{ github.workspace }}:${{ github.workspace }}
2526 strategy :
Original file line number Diff line number Diff line change 1616 name : Linux
1717 runs-on : ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
1818 container :
19- image : ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
20- options : --user test_user --privileged
19+ # image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
20+ image : ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
21+ options : --user test_user --cap-add SYS_NICE
2122 volumes :
2223 - ${{ github.workspace }}:${{ github.workspace }}
2324 strategy :
You can’t perform that action at this time.
0 commit comments