Skip to content

Commit 369023d

Browse files
committed
.
1 parent 0cdb577 commit 369023d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
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:

.github/workflows/reusable_fast.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
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:

0 commit comments

Comments
 (0)