Skip to content

Commit d05f174

Browse files
raise the assert limit for 1 target maybe?
1 parent 0d72a06 commit d05f174

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- master
88
pull_request:
99

10-
env:
11-
STDARCH_ASSERT_INSTR_LIMIT: 23
12-
1310
jobs:
1411
rustfmt:
1512
uses: ./.github/workflows/run-ci-script.yml

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)