Skip to content

Commit

Permalink
Auto merge of rust-lang#119399 - tmandry:build-fuchsia-tests, r=<try>
Browse files Browse the repository at this point in the history
Build Fuchsia tests in CI

This would have caught rust-lang/rust-clippy#11952.
  • Loading branch information
bors committed Dec 29, 2023
2 parents fb5ed72 + 97b9519 commit 21d39f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,9 @@ jobs:
strategy:
matrix:
include:
- name: dist-x86_64-linux
env:
CODEGEN_BACKENDS: "llvm,cranelift"
- name: x86_64-gnu-integration
os: ubuntu-20.04-16core-64gb
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
set -euf -o pipefail

INTEGRATION_SHA=66793c4894bf6204579bbee3b79956335f31c768
PICK_REFS=()
PICK_REFS=(
refs/changes/86/965586/2
)

checkout=fuchsia
jiri=.jiri_root/bin/jiri
Expand Down
10 changes: 6 additions & 4 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -732,11 +732,13 @@ jobs:
strategy:
matrix:
include:
- &dist-x86_64-linux
name: dist-x86_64-linux
env:
CODEGEN_BACKENDS: llvm,cranelift
- name: x86_64-gnu-integration
<<: *job-linux-16c
#- &dist-x86_64-linux
# name: dist-x86_64-linux
# env:
# CODEGEN_BACKENDS: llvm,cranelift
# <<: *job-linux-16c


master:
Expand Down

0 comments on commit 21d39f0

Please sign in to comment.