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 cd97772 commit ff4f94dCopy full SHA for ff4f94d
.github/scripts/install_oneAPI.sh
100644
100755
.github/workflows/reusable_basic.yml
@@ -20,8 +20,7 @@ jobs:
20
container:
21
# image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
22
image: ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
23
- # options: --user test_user --cap-add=SYS_NICE
24
- options: --user test_user --privileged
+ options: --user test_user --cap-add=SYS_NICE
25
volumes:
26
- ${{ github.workspace }}:${{ github.workspace }}
27
strategy:
@@ -161,7 +160,6 @@ jobs:
161
160
if: matrix.compiler.cxx == 'icpx'
162
# Installing via script to avoid installing multi-line bash command by root
163
run: |
164
- echo "${USERPASS}" | sudo -Sk apt-get update
165
echo "${USERPASS}" | sudo -Sk ./.github/scripts/install_oneAPI.sh
166
167
- name: Install STRACE
0 commit comments