Skip to content

Commit 19821bc

Browse files
committed
.
1 parent 178b381 commit 19821bc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
1717
container:
1818
image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
19-
options: --user test_user --cap-add=SYS_NICE --cap-add=SYS_PTRACE
19+
# options: --user test_user --cap-add=SYS_NICE --cap-add=SYS_PTRACE
20+
options: --user test_user --privileged
2021
volumes:
2122
- ${{ github.workspace }}:${{ github.workspace }}
2223
strategy:
@@ -50,11 +51,11 @@ jobs:
5051
id
5152
echo "list of users:"
5253
53-
- name: change permissions
54-
run: |
55-
echo ${USERPASS} | sudo -Sk chown -R test_user:sudo /__w/_temp/
56-
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
57-
ls -la /__w/_temp/
54+
# - name: change permissions
55+
# run: |
56+
# echo ${USERPASS} | sudo -Sk chown -R test_user:sudo /__w/_temp/
57+
# echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
58+
# ls -la /__w/_temp/
5859

5960
- name: Checkout repository
6061
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)