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 0d72a06 commit d05f174Copy full SHA for d05f174
.github/workflows/ci.yml
@@ -7,9 +7,6 @@ on:
7
- master
8
pull_request:
9
10
-env:
11
- STDARCH_ASSERT_INSTR_LIMIT: 23
12
-
13
jobs:
14
rustfmt:
15
uses: ./.github/workflows/run-ci-script.yml
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