Skip to content
Snippets Groups Projects

Switch CI back to nightly.

Merged Nick Mathewson requested to merge nickm/arti:restore_nightly into main
3 unresolved threads
1 file
+ 7
3
Compare changes
  • Side-by-side
  • Inline
+ 7
3
@@ -91,9 +91,13 @@ rust-latest-async-std-rustls:
rust-nightly:
stage: test
#image: rustlang/rust:nightly
# Temporary workarounds for arti#633.
image: rustlang/rust@sha256:415b7c22ab4a8a3ec3efc9cc8d7b018964f0c6757fff27bbd110e0ed92566321
image: rustlang/rust:nightly
# In case there is a bug in rust:nightly, you can instead pin an older
# version of the Docker image until that bug is fixed. To find the
# SHA256 ID of the last working version of nightly, look at the logs
# from the last successful CI run. Here is an example of how to do so:
#
# image: rustlang/rust@sha256:415b7c22ab4a8a3ec3efc9cc8d7b018964f0c6757fff27bbd110e0ed92566321
allow_failure: true
script:
- rustup show
Loading