Skip to content

Commit 9d2e897

Browse files
Get working build
1 parent 1dbf5c5 commit 9d2e897

File tree

14 files changed

+1050
-1101
lines changed

14 files changed

+1050
-1101
lines changed

.github/actions/setup-builder/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
run: |
3838
RETRY=("ci/scripts/retry" timeout 120)
3939
echo "Installing ${{ inputs.rust-version }}"
40-
"${RETRY[@]}" rustup toolchain install ${{ inputs.rust-version }}
40+
"${RETRY[@]}" rustup toolchain install ${{ inputs.rust-version }} --no-self-update
4141
"${RETRY[@]}" rustup default ${{ inputs.rust-version }}
4242
"${RETRY[@]}" rustup component add rustfmt
4343
- name: Configure rust runtime env

.github/actions/setup-macos-aarch64-builder/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ runs:
3939
- name: Setup Rust toolchain
4040
shell: bash
4141
run: |
42-
rustup update stable
43-
rustup toolchain install stable
42+
rustup toolchain install stable --no-self-update
4443
rustup default stable
4544
rustup component add rustfmt
4645
- name: Setup rust cache

.github/actions/setup-macos-builder/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ runs:
3939
- name: Setup Rust toolchain
4040
shell: bash
4141
run: |
42-
rustup update stable
43-
rustup toolchain install stable
42+
rustup toolchain install stable --no-self-update
4443
rustup default stable
4544
rustup component add rustfmt
4645
- name: Configure rust runtime env

.github/workflows/audit.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/dependencies.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/dev.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)