From d7063fd6089f887a4dd78bdac0a8068dae86a68e Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:08:45 +0100 Subject: [PATCH 1/3] CI: use free runners for 5 linux jobs --- src/ci/github-actions/jobs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 9a51a3f4268c5..b089f50b73ef0 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -143,7 +143,7 @@ auto: <<: *job-linux-4c - image: dist-arm-linux - <<: *job-linux-8c + <<: *job-linux-4c - image: dist-armhf-linux <<: *job-linux-4c @@ -213,10 +213,10 @@ auto: <<: *job-linux-4c - image: i686-gnu - <<: *job-linux-8c + <<: *job-linux-4c - image: i686-gnu-nopt - <<: *job-linux-8c + <<: *job-linux-4c - image: mingw-check <<: *job-linux-4c @@ -229,7 +229,7 @@ auto: # nightly features to compile, and this job would fail if # executed on beta and stable. only_on_channel: nightly - <<: *job-linux-8c + <<: *job-linux-4c # Tests integration with Rust for Linux. # Builds stage 1 compiler and tries to compile a few RfL examples with it. @@ -263,7 +263,7 @@ auto: <<: *job-linux-4c-largedisk - image: x86_64-gnu-distcheck - <<: *job-linux-8c + <<: *job-linux-4c - image: x86_64-gnu-llvm-19 env: From c50f770f5396347b34bc7b48d03131d4fc63e0bb Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:58:43 +0100 Subject: [PATCH 2/3] use large disk --- src/ci/github-actions/jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index b089f50b73ef0..db038b625a7b6 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -229,7 +229,7 @@ auto: # nightly features to compile, and this job would fail if # executed on beta and stable. only_on_channel: nightly - <<: *job-linux-4c + <<: *job-linux-4c-largedisk # Tests integration with Rust for Linux. # Builds stage 1 compiler and tries to compile a few RfL examples with it. From 3ada89aa37574f2803668d17e684cae8a2af52ab Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:47:44 +0100 Subject: [PATCH 3/3] large disk --- src/ci/github-actions/jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index db038b625a7b6..5498f94ea8d46 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -143,7 +143,7 @@ auto: <<: *job-linux-4c - image: dist-arm-linux - <<: *job-linux-4c + <<: *job-linux-4c-largedisk - image: dist-armhf-linux <<: *job-linux-4c