File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments