Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Noratrieb committed Dec 31, 2022
1 parent e41d603 commit fcc7c55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,11 @@ jobs:
strategy:
matrix:
include:
- name: dist-x86_64-linux
os: ubuntu-20.04-xl
env: {}
- name: aarch64-gnu
os:
- self-hosted
- ARM64
- linux
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand Down
5 changes: 2 additions & 3 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,8 @@ jobs:
strategy:
matrix:
include:
- &dist-x86_64-linux
name: dist-x86_64-linux
<<: *job-linux-xl
- name: aarch64-gnu
<<: *job-aarch64-linux

master:
name: master
Expand Down
2 changes: 1 addition & 1 deletion src/tools/tidy/src/no_merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn find_merge_commits(remote: &str) -> Result<String, String> {
"--format=%s",
&format!("{remote}/master..HEAD"),
// Ignore subtree syncs. Add your new subtrees here.
":!src/tools/miri",
// ":!src/tools/miri", // Ignore miri to see whether its the only thing missing or whatevers going on
":!src/tools/rust-analyzer",
":!compiler/rustc_smir",
":!library/portable-simd",
Expand Down

0 comments on commit fcc7c55

Please sign in to comment.