Skip to content

Commit 00bca4e

Browse files
Move back to linux builder on try builds
1 parent 32f3887 commit 00bca4e

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

.github/workflows/ci.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -532,16 +532,9 @@ jobs:
532532
strategy:
533533
matrix:
534534
include:
535-
- name: dist-x86_64-apple
536-
env:
537-
SCRIPT: "./x.py dist --exclude src/doc --exclude extended && ./x.py dist --target=x86_64-apple-darwin src/doc && ./x.py dist extended"
538-
RUST_CONFIGURE_ARGS: "--host=x86_64-apple-darwin --target=x86_64-apple-darwin,aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
539-
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
540-
MACOSX_DEPLOYMENT_TARGET: 10.7
541-
NO_LLVM_ASSERTIONS: 1
542-
NO_DEBUG_ASSERTIONS: 1
543-
DIST_REQUIRE_ALL_TOOLS: 1
544-
os: macos-latest
535+
- name: dist-x86_64-linux
536+
os: ubuntu-latest-xl
537+
env: {}
545538
timeout-minutes: 600
546539
runs-on: "${{ matrix.os }}"
547540
steps:

src/ci/github-actions/ci.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -672,17 +672,9 @@ jobs:
672672
strategy:
673673
matrix:
674674
include:
675-
- name: dist-x86_64-apple
676-
env:
677-
SCRIPT: ./x.py dist --exclude src/doc --exclude extended && ./x.py dist --target=x86_64-apple-darwin src/doc && ./x.py dist extended
678-
RUST_CONFIGURE_ARGS: --host=x86_64-apple-darwin --target=x86_64-apple-darwin,aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
679-
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
680-
MACOSX_DEPLOYMENT_TARGET: 10.7
681-
NO_LLVM_ASSERTIONS: 1
682-
NO_DEBUG_ASSERTIONS: 1
683-
DIST_REQUIRE_ALL_TOOLS: 1
684-
<<: *job-macos-xl
685-
675+
- &dist-x86_64-linux
676+
name: dist-x86_64-linux
677+
<<: *job-linux-xl
686678

687679
master:
688680
name: master

0 commit comments

Comments
 (0)