Skip to content

Commit 2000a75

Browse files
committed
Build UMF on Alpine image
1 parent 08c5b16 commit 2000a75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/docker/ubuntu-20.04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ RUN pip3 install --no-cache-dir -r /opt/umf/requirements.txt
6161
ENV USER test_user
6262
ENV USERPASS pass
6363
RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
64+
USER test_user

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,10 @@ jobs:
375375

376376
alpine:
377377
name: Alpine
378+
env:
379+
HOST_WORKDIR: ${{github.workspace}}
380+
WORKDIR: /unified-memory-framework
378381
strategy:
379-
fail-fast: false
380382
matrix:
381383
build_type: [Debug, Release]
382384
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)