Skip to content

Commit 24ea7bc

Browse files
committed
experiment
1 parent 7e33fd3 commit 24ea7bc

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- name: x86_64-gnu-tools
6666
os: ubuntu-20.04-16core-64gb
6767
env: {}
68+
- name: x86_64-gnu-aux
69+
os: ubuntu-20.04-4core-16gb
70+
env: {}
6871
defaults:
6972
run:
7073
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY scripts/sccache.sh /scripts/
2626
RUN sh /scripts/sccache.sh
2727

2828
# Miri is just too slow with full assertions
29-
ENV NO_DEBUG_ASSERTIONS=1
29+
#ENV NO_DEBUG_ASSERTIONS=1
3030
ENV NO_OVERFLOW_CHECKS=1
3131

3232
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu

src/ci/github-actions/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@ jobs:
366366
- name: x86_64-gnu-tools
367367
<<: *job-linux-16c
368368

369+
- name: x86_64-gnu-aux
370+
<<: *job-linux-4c
371+
369372
auto:
370373
<<: *base-ci-job
371374
name: auto - ${{ matrix.name }}

0 commit comments

Comments
 (0)