Skip to content

Commit

Permalink
Raise instr limit for x86_64-android
Browse files Browse the repository at this point in the history
It's erroneously reporting a failure
because of int3 padding used by LLVM.
Ideally a proper fix would land, but for now: kludge.
  • Loading branch information
workingjubilee committed Jul 27, 2023
1 parent 55781f2 commit 65953d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/docker/x86_64-linux-android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ENV ANDROID_ARCH=x86_64
COPY android-install-ndk.sh /android/
RUN sh /android/android-install-ndk.sh

ENV STDARCH_ASSERT_INSTR_LIMIT=30

# We do not run x86_64-linux-android tests on an android emulator.
# See ci/android-sysimage.sh for informations about how tests are run.
COPY android-sysimage.sh /android/
Expand Down

0 comments on commit 65953d1

Please sign in to comment.