Skip to content

Commit 28f0fe7

Browse files
committed
Build UMF on Alpine image
1 parent 08c5b16 commit 28f0fe7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ permissions:
1313
env:
1414
BUILD_DIR : "${{github.workspace}}/build"
1515
INSTALL_DIR: "${{github.workspace}}/build/install"
16-
HOST_WORKDIR: ${{github.workspace}}
17-
WORKDIR: /unified-memory-framework
1816

1917
jobs:
2018
fuzz-test:
@@ -375,8 +373,10 @@ jobs:
375373

376374
alpine:
377375
name: Alpine
376+
env:
377+
HOST_WORKDIR: ${{github.workspace}}
378+
WORKDIR: /unified-memory-framework
378379
strategy:
379-
fail-fast: false
380380
matrix:
381381
build_type: [Debug, Release]
382382
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)