Skip to content

Commit

Permalink
CI: disable rust nightly jobs
Browse files Browse the repository at this point in the history
Until rust-lang/rust#129601 is fixed
  • Loading branch information
ogoffart authored Aug 26, 2024
1 parent 90e55bd commit 01b2b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: ./.github/actions/install-linux-dependencies
- uses: ./.github/actions/setup-rust
with:
toolchain: nightly
toolchain: nightly-2024-08-20 # pinned because of https://github.com/rust-lang/rust/issues/129601
components: rustfmt
target: aarch64-linux-android
- name: Install mdbook
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- os: windows-2022
rust_version: "beta"
extra_args: "--exclude ffmpeg --exclude gstreamer-player"
- os: ubuntu-22.04
rust_version: "nightly"
# disabled until https://github.com/rust-lang/rust/issues/129601 is fixed
#- os: ubuntu-22.04
# rust_version: "nightly"
exclude:
- os: macos-12
rust_version: "1.73"
Expand Down

0 comments on commit 01b2b7b

Please sign in to comment.