Skip to content

Commit

Permalink
Disable nightly rust checks for bors (#3427)
Browse files Browse the repository at this point in the history
This is a temporary measure while we wait for rust-lang/rust#92163 to be resolved.
  • Loading branch information
cart committed Dec 24, 2021
1 parent 79d36e7 commit 669e354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ status = [
"build (stable, windows-latest)",
"build (stable, ubuntu-latest)",
"build (stable, macos-latest)",
"build (nightly, ubuntu-latest)",
# "build (nightly, ubuntu-latest)",
"build-wasm (stable, ubuntu-latest)",
"build-wasm (nightly, ubuntu-latest)",
# "build-wasm (nightly, ubuntu-latest)",
"build-android",
"markdownlint",
"check-markdown-links",
"run-examples",
"check-doc",
"check-missing-examples-in-docs",
"check-unused-dependencies",
# "check-unused-dependencies",
"ci",
"check-benches",
]
Expand Down

0 comments on commit 669e354

Please sign in to comment.