Skip to content

Commit 01b2b7b

Browse files
authored
CI: disable rust nightly jobs
Until rust-lang/rust#129601 is fixed
1 parent 90e55bd commit 01b2b7b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: ./.github/actions/install-linux-dependencies
4444
- uses: ./.github/actions/setup-rust
4545
with:
46-
toolchain: nightly
46+
toolchain: nightly-2024-08-20 # pinned because of https://github.com/rust-lang/rust/issues/129601
4747
components: rustfmt
4848
target: aarch64-linux-android
4949
- name: Install mdbook

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
- os: windows-2022
3636
rust_version: "beta"
3737
extra_args: "--exclude ffmpeg --exclude gstreamer-player"
38-
- os: ubuntu-22.04
39-
rust_version: "nightly"
38+
# disabled until https://github.com/rust-lang/rust/issues/129601 is fixed
39+
#- os: ubuntu-22.04
40+
# rust_version: "nightly"
4041
exclude:
4142
- os: macos-12
4243
rust_version: "1.73"

0 commit comments

Comments
 (0)