Skip to content

Commit 0bf4167

Browse files
committed
GHA Alpine: include shared druntime+Phobos too
1 parent 094ab42 commit 0bf4167

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/actions/6-integration-test/action.yml

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ runs:
1515
run: |
1616
set -eux
1717
cd ..
18-
if type -P apk &>/dev/null; then
19-
exit 0 # Alpine: no shared libs
20-
fi
2118
if [[ '${{ runner.os }}' == Windows ]]; then
2219
# add druntime/Phobos DLL dir to PATH
2320
export PATH="$PWD/installed/bin:$PATH"

.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
# TSan and XRay do not work.
6262
extra_cmake_flags: >-
6363
-DBUILD_LTO_LIBS=ON
64-
-DBUILD_SHARED_LIBS=OFF
6564
-DLLVM_IS_SHARED=OFF
6665
-DLDC_ENABLE_PLUGINS=OFF
6766
-DLDC_DYNAMIC_COMPILE=OFF

0 commit comments

Comments
 (0)