We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094ab42 commit 0bf4167Copy full SHA for 0bf4167
.github/actions/6-integration-test/action.yml
@@ -15,9 +15,6 @@ runs:
15
run: |
16
set -eux
17
cd ..
18
- if type -P apk &>/dev/null; then
19
- exit 0 # Alpine: no shared libs
20
- fi
21
if [[ '${{ runner.os }}' == Windows ]]; then
22
# add druntime/Phobos DLL dir to PATH
23
export PATH="$PWD/installed/bin:$PATH"
.github/workflows/main.yml
@@ -61,7 +61,6 @@ jobs:
61
# TSan and XRay do not work.
62
extra_cmake_flags: >-
63
-DBUILD_LTO_LIBS=ON
64
- -DBUILD_SHARED_LIBS=OFF
65
-DLLVM_IS_SHARED=OFF
66
-DLDC_ENABLE_PLUGINS=OFF
67
-DLDC_DYNAMIC_COMPILE=OFF
0 commit comments