summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/.github/workflows/main.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
commitdc0db358abe19481e475e10c32149b53370f1a1c (patch)
treeab8ce99c4b255ce46f99ef402c27916055b899ee /src/tools/cargo/.github/workflows/main.yml
parentReleasing progress-linux version 1.71.1+dfsg1-2~progress7.99u1. (diff)
downloadrustc-dc0db358abe19481e475e10c32149b53370f1a1c.tar.xz
rustc-dc0db358abe19481e475e10c32149b53370f1a1c.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/tools/cargo/.github/workflows/main.yml')
-rw-r--r--src/tools/cargo/.github/workflows/main.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/tools/cargo/.github/workflows/main.yml b/src/tools/cargo/.github/workflows/main.yml
index c522a19a1..3deae6355 100644
--- a/src/tools/cargo/.github/workflows/main.yml
+++ b/src/tools/cargo/.github/workflows/main.yml
@@ -12,9 +12,6 @@ defaults:
permissions:
contents: read
-env:
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
-
jobs:
# Check Code style quickly by running `rustfmt` over all code
rustfmt:
@@ -108,10 +105,6 @@ jobs:
- uses: actions/checkout@v3
- name: Dump Environment
run: ci/dump-environment.sh
- - name: Update Rustup (temporary workaround)
- run: rustup self update
- shell: bash
- if: startsWith(matrix.os, 'windows')
- run: rustup update --no-self-update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- run: rustup target add ${{ matrix.other }}
- run: rustup component add rustc-dev llvm-tools-preview rust-docs
@@ -225,6 +218,7 @@ jobs:
name: bors build finished
needs:
- build_std
+ - clippy
- docs
- lockfile
- resolver
@@ -241,6 +235,7 @@ jobs:
name: bors build finished
needs:
- build_std
+ - clippy
- docs
- lockfile
- resolver