Skip to content

Commit 356d167

Browse files
committed
[Android tweaks]
1 parent 0b762af commit 356d167

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ldc-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: ${{ matrix.host_os }}
138138
timeout-minutes: 240
139139
env:
140-
ANDROID_NDK_VERSION: r27c
140+
ANDROID_NDK_VERSION: r27d
141141
steps:
142142
- uses: actions/checkout@v4
143143
- name: Install prerequisites
@@ -187,18 +187,18 @@ jobs:
187187
-DLLVM_DEFAULT_TARGET_TRIPLE=armv7a-none-linux-androideabi29
188188
# disable sanitizers and memprof because of:
189189
# compiler-rt/lib/interception/interception_type_test.cpp:45:16: error: static assertion failed due to requirement 'sizeof(unsigned int) == sizeof(long long)'
190-
-DCOMPILER_RT_BUILD_SANITIZERS=OFF
191-
-DCOMPILER_RT_BUILD_MEMPROF=OFF
190+
#-DCOMPILER_RT_BUILD_SANITIZERS=OFF
191+
#-DCOMPILER_RT_BUILD_MEMPROF=OFF
192192
)
193193
elif [[ "$arch" == aarch64 ]]; then
194194
flags+=(
195195
-DANDROID_ABI=arm64-v8a
196196
-DLLVM_TARGET_ARCH=AArch64
197197
-DLLVM_DEFAULT_TARGET_TRIPLE=aarch64-none-linux-android29
198198
# work around undefined symbols when linking shared asan/tsan/ubsan libraries:
199-
-DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON
200-
-DCOMPILER_RT_USE_ATOMIC_LIBRARY=ON
201-
-DSANITIZER_COMMON_LINK_FLAGS=-lunwind
199+
#-DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON
200+
#-DCOMPILER_RT_USE_ATOMIC_LIBRARY=ON
201+
#-DSANITIZER_COMMON_LINK_FLAGS=-lunwind
202202
)
203203
fi
204204
fi

0 commit comments

Comments
 (0)