From 0bf41674a894c05dd5c1393c8ed4882e092d89dc Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Sun, 19 Jan 2025 19:43:01 +0100 Subject: [PATCH] GHA Alpine: include shared druntime+Phobos too --- .github/actions/6-integration-test/action.yml | 3 --- .github/workflows/main.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/actions/6-integration-test/action.yml b/.github/actions/6-integration-test/action.yml index b6c4cb57d2..4ab0bd226f 100644 --- a/.github/actions/6-integration-test/action.yml +++ b/.github/actions/6-integration-test/action.yml @@ -15,9 +15,6 @@ runs: run: | set -eux cd .. - if type -P apk &>/dev/null; then - exit 0 # Alpine: no shared libs - fi if [[ '${{ runner.os }}' == Windows ]]; then # add druntime/Phobos DLL dir to PATH export PATH="$PWD/installed/bin:$PATH" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 111093204c..69e440879e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,6 @@ jobs: # TSan and XRay do not work. extra_cmake_flags: >- -DBUILD_LTO_LIBS=ON - -DBUILD_SHARED_LIBS=OFF -DLLVM_IS_SHARED=OFF -DLDC_ENABLE_PLUGINS=OFF -DLDC_DYNAMIC_COMPILE=OFF