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 08c5b16 commit 2000a75Copy full SHA for 2000a75
.github/docker/ubuntu-20.04.Dockerfile
@@ -61,3 +61,4 @@ RUN pip3 install --no-cache-dir -r /opt/umf/requirements.txt
61
ENV USER test_user
62
ENV USERPASS pass
63
RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
64
+USER test_user
.github/workflows/nightly.yml
@@ -375,8 +375,10 @@ jobs:
375
376
alpine:
377
name: Alpine
378
+ env:
379
+ HOST_WORKDIR: ${{github.workspace}}
380
+ WORKDIR: /unified-memory-framework
381
strategy:
- fail-fast: false
382
matrix:
383
build_type: [Debug, Release]
384
runs-on: ubuntu-latest
0 commit comments