Skip to content

Commit bac939e

Browse files
authored
Merge branch 'master' into feature/incorporate-tracing
2 parents fdfbd89 + 3cfc7fe commit bac939e

File tree

313 files changed

+4636
-3884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+4636
-3884
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,14 @@ jobs:
575575
CACHE_DOMAIN: ci-caches-gha.rust-lang.org
576576
if: "github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
577577
strategy:
578+
fail-fast: false
578579
matrix:
579580
include:
581+
- name: aarch64-gnu
582+
os:
583+
- self-hosted
584+
- ARM64
585+
- linux
580586
- name: dist-x86_64-apple
581587
env:
582588
SCRIPT: "./x.py dist"

0 commit comments

Comments
 (0)