Skip to content

Commit 3cab3bf

Browse files
committed
revert slow jobs
1 parent 0488f74 commit 3cab3bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ auto:
143143
<<: *job-linux-4c
144144

145145
- image: dist-arm-linux
146-
<<: *job-linux-4c-largedisk
146+
<<: *job-linux-8c
147147

148148
- image: dist-armhf-linux
149149
<<: *job-linux-4c
@@ -229,7 +229,7 @@ auto:
229229
# nightly features to compile, and this job would fail if
230230
# executed on beta and stable.
231231
only_on_channel: nightly
232-
<<: *job-linux-4c-largedisk
232+
<<: *job-linux-8c
233233

234234
# Tests integration with Rust for Linux.
235235
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
@@ -263,7 +263,7 @@ auto:
263263
<<: *job-linux-4c-largedisk
264264

265265
- image: x86_64-gnu-distcheck
266-
<<: *job-linux-4c-largedisk
266+
<<: *job-linux-8c
267267

268268
- image: x86_64-gnu-llvm-19
269269
env:

0 commit comments

Comments
 (0)