|
15 | 15 | steps:
|
16 | 16 | - uses: actions/checkout@master
|
17 | 17 | - name: Install Rust
|
18 |
| - run: rustup update nightly && rustup default nightly |
| 18 | + run: rustup update nightly-2021-11-27 && rustup default nightly-2021-11-27 |
19 | 19 | - run: ci/style.sh
|
20 | 20 |
|
21 | 21 | docs:
|
|
25 | 25 | steps:
|
26 | 26 | - uses: actions/checkout@master
|
27 | 27 | - name: Install Rust
|
28 |
| - run: rustup update nightly && rustup default nightly |
| 28 | + run: rustup update nightly-2021-11-27 && rustup default nightly-2021-11-27 |
29 | 29 | - run: ci/dox.sh
|
30 | 30 | env:
|
31 | 31 | CI: 1
|
|
45 | 45 | steps:
|
46 | 46 | - uses: actions/checkout@master
|
47 | 47 | - name: Install Rust
|
48 |
| - run: rustup update nightly && rustup default nightly |
| 48 | + run: rustup update nightly-2021-11-27 && rustup default nightly-2021-11-27 |
49 | 49 | - run: cargo test --manifest-path crates/stdarch-verify/Cargo.toml
|
50 | 50 |
|
51 | 51 | env_override:
|
|
55 | 55 | steps:
|
56 | 56 | - uses: actions/checkout@master
|
57 | 57 | - name: Install Rust
|
58 |
| - run: rustup update nightly && rustup default nightly |
| 58 | + run: rustup update nightly-2021-11-27 && rustup default nightly-2021-11-27 |
59 | 59 | - run: RUST_STD_DETECT_UNSTABLE=avx cargo test --features=std_detect_env_override --manifest-path crates/std_detect/Cargo.toml env_override_no_avx
|
60 | 60 |
|
61 | 61 | test:
|
@@ -174,18 +174,18 @@ jobs:
|
174 | 174 | submodules: recursive
|
175 | 175 | - name: Install Rust (rustup)
|
176 | 176 | run: |
|
177 |
| - rustup update nightly --no-self-update |
178 |
| - rustup default nightly |
| 177 | + rustup update nightly-2021-11-27 --no-self-update |
| 178 | + rustup default nightly-2021-11-27 |
179 | 179 | if: matrix.os != 'macos-latest'
|
180 | 180 | - name: Install Rust (macos)
|
181 | 181 | run: |
|
182 | 182 | curl https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
|
183 | 183 | echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
184 |
| - rustup update nightly --no-self-update |
185 |
| - rustup default nightly |
| 184 | + rustup update nightly-2021-11-27 --no-self-update |
| 185 | + rustup default nightly-2021-11-27 |
186 | 186 | if: matrix.os == 'macos-latest'
|
187 | 187 | - run: |
|
188 |
| - rustup default nightly |
| 188 | + rustup default nightly-2021-11-27 |
189 | 189 | rustup target add ${{ matrix.target }}
|
190 | 190 | if: "!endsWith(matrix.target, 'emulated')"
|
191 | 191 | - name: Setup (aarch64-apple-darwin)
|
|
0 commit comments