Skip to content

Commit

Permalink
Fixup alpine CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen committed May 24, 2024
1 parent f061250 commit 4fce29a
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions .github/workflows/alpine_musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,26 @@ jobs:

- name: Setup latest Alpine Linux
uses: jirutka/setup-alpine@v1
with:
packages: >
ldc
git
g++
cmake
ninja
llvm-dev
llvm-static
libunwind-static
libxml2-static
zstd-static
zlib-static
bash
grep
diffutils

- name: Install dependencies
run:
apk update && apk add --no-cache \
ldc \
git \
g++ \
cmake \
ninja \
llvm-dev \
llvm-static \
libunwind-static \
libxml2-static \
zstd-static \
zlib-static \
bash \
grep \
diffutils \
make
shell: alpine.sh {0}

# TODO: Add '-DLLVM_IS_SHARED=OFF' when static linking is fully supported
- name: Build LDC & LDC D unittests & defaultlib unittest runners
Expand Down

0 comments on commit 4fce29a

Please sign in to comment.