Skip to content

Commit

Permalink
Perform try builds for aarch64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Oct 3, 2023
1 parent 3148b32 commit 1436467
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -545,9 +545,20 @@ jobs:
strategy:
matrix:
include:
- name: dist-x86_64-linux
os: ubuntu-20.04-16core-64gb
env: {}
- name: dist-aarch64-apple
env:
SCRIPT: "./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin"
RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
SELECT_XCODE: /Applications/Xcode_13.4.1.app
USE_XCODE_CLANG: 1
MACOSX_DEPLOYMENT_TARGET: 11.0
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
NO_OVERFLOW_CHECKS: 1
DIST_REQUIRE_ALL_TOOLS: 1
os: macos-13-xlarge
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand Down
7 changes: 3 additions & 4 deletions src/ci/github-actions/ci.yml
Expand Up @@ -527,7 +527,8 @@ jobs:
<<: *job-macos-xl

# This target only needs to support 11.0 and up as nothing else supports the hardware
- name: dist-aarch64-apple
- &dist-aarch64-apple
name: dist-aarch64-apple
env:
SCRIPT: ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin
RUST_CONFIGURE_ARGS: >-
Expand Down Expand Up @@ -687,9 +688,7 @@ jobs:
strategy:
matrix:
include:
- &dist-x86_64-linux
name: dist-x86_64-linux
<<: *job-linux-16c
- <<: *dist-aarch64-apple

master:
name: master
Expand Down

0 comments on commit 1436467

Please sign in to comment.