We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55781f2 commit 65953d1Copy full SHA for 65953d1
ci/docker/x86_64-linux-android/Dockerfile
@@ -16,6 +16,8 @@ ENV ANDROID_ARCH=x86_64
16
COPY android-install-ndk.sh /android/
17
RUN sh /android/android-install-ndk.sh
18
19
+ENV STDARCH_ASSERT_INSTR_LIMIT=30
20
+
21
# We do not run x86_64-linux-android tests on an android emulator.
22
# See ci/android-sysimage.sh for informations about how tests are run.
23
COPY android-sysimage.sh /android/
0 commit comments