diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2023-12-21 18:26:02 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2023-12-21 18:27:24 +0100 |
| commit | 12b06ad51b6d6c1c3e8169051056716a808eea67 (patch) | |
| tree | 5ffa43d44f2480fd6fa5e8484209296122d69c49 /src/ci/github-actions | |
| parent | 767453eb7ca188e991ac5568c17b984dd4893e77 (diff) | |
| download | rust-12b06ad51b6d6c1c3e8169051056716a808eea67.tar.gz rust-12b06ad51b6d6c1c3e8169051056716a808eea67.zip | |
run fuchsia tests only on nightly
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 800d8920951..3af370bf006 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -471,6 +471,11 @@ jobs: <<: *job-linux-4c - name: x86_64-gnu-integration + env: + # Only run this job on the nightly channel. Fuchsia requires + # nightly features to compile, and this job would fail if + # executed on beta and stable. + CI_ONLY_WHEN_CHANNEL: nightly <<: *job-linux-16c - name: x86_64-gnu-debug |
