Skip to content

Commit 65953d1

Browse files
Raise instr limit for x86_64-android
It's erroneously reporting a failure because of int3 padding used by LLVM. Ideally a proper fix would land, but for now: kludge.
1 parent 55781f2 commit 65953d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/docker/x86_64-linux-android/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ENV ANDROID_ARCH=x86_64
1616
COPY android-install-ndk.sh /android/
1717
RUN sh /android/android-install-ndk.sh
1818

19+
ENV STDARCH_ASSERT_INSTR_LIMIT=30
20+
1921
# We do not run x86_64-linux-android tests on an android emulator.
2022
# See ci/android-sysimage.sh for informations about how tests are run.
2123
COPY android-sysimage.sh /android/

0 commit comments

Comments
 (0)