File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,4 @@ RUN pip3 install --no-cache-dir -r /opt/umf/requirements.txt
61
61
ENV USER test_user
62
62
ENV USERPASS pass
63
63
RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
64
+ USER test_user
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ permissions:
13
13
env :
14
14
BUILD_DIR : " ${{github.workspace}}/build"
15
15
INSTALL_DIR : " ${{github.workspace}}/build/install"
16
- HOST_WORKDIR : ${{github.workspace}}
17
- WORKDIR : /unified-memory-framework
18
16
19
17
jobs :
20
18
fuzz-test :
@@ -375,8 +373,10 @@ jobs:
375
373
376
374
alpine :
377
375
name : Alpine
376
+ env :
377
+ HOST_WORKDIR : ${{github.workspace}}
378
+ WORKDIR : /unified-memory-framework
378
379
strategy :
379
- fail-fast : false
380
380
matrix :
381
381
build_type : [Debug, Release]
382
382
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments