From abfcd0dbedd655654f64d8a6fce5c11c039cecac Mon Sep 17 00:00:00 2001 From: Oneirical Date: Mon, 13 May 2024 23:03:32 -0400 Subject: [PATCH] freeBSD CI --- src/ci/github-actions/jobs.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 04888dc09b50d..2209f5435b5c8 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -75,17 +75,8 @@ envs: # These jobs automatically inherit envs.pr, to avoid repeating # it in each job definition. pr: - - image: mingw-check - <<: *job-linux-4c - - image: mingw-check-tidy - continue_on_error: true - <<: *job-linux-4c - - image: x86_64-gnu-llvm-17 - env: - ENABLE_GCC_CODEGEN: "1" - <<: *job-linux-16c - - image: x86_64-gnu-tools - <<: *job-linux-16c + - image: dist-x86_64-freebsd + <<: *job-linux-8c # Jobs that run when you perform a try build (@bors try) # These jobs automatically inherit envs.try, to avoid repeating