Skip to content

Commit

Permalink
GHA Alpine: include shared druntime+Phobos too
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Jan 19, 2025
1 parent 094ab42 commit 0bf4167
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/actions/6-integration-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bf4167

Please sign in to comment.