Skip to content

Commit

Permalink
substitute dist-i686-msvc and remove dist-aarch64-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Oct 29, 2024
1 parent 59915ef commit 7ea21e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ auto:
SCRIPT: python x.py dist bootstrap --include-default-paths
DIST_REQUIRE_ALL_TOOLS: 1
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-windows-8c
<<: *job-windows

- image: dist-aarch64-msvc
env:
Expand All @@ -475,7 +475,7 @@ auto:
--enable-profiler
SCRIPT: python x.py dist bootstrap --include-default-paths
DIST_REQUIRE_ALL_TOOLS: 1
<<: *job-windows
<<: *job-windows-8c

- image: dist-i686-mingw
env:
Expand Down

0 comments on commit 7ea21e5

Please sign in to comment.