Skip to content

Commit c93d7d6

Browse files
nmathewsonijackson
authored andcommitted
Switch CI back to nightly.
Now that they have merged rust-lang/rust#104416 , our CI should pass again with the regular nightly image. Rather than remove the pinned image entirely, I'm commenting it out, with a comment explaining how to pin an image the next time we need to do so. Closes #633.
1 parent 90a1a10 commit c93d7d6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,13 @@ rust-latest-async-std-rustls:
9191

9292
rust-nightly:
9393
stage: test
94-
#image: rustlang/rust:nightly
95-
# Temporary workarounds for arti#633.
96-
image: rustlang/rust@sha256:415b7c22ab4a8a3ec3efc9cc8d7b018964f0c6757fff27bbd110e0ed92566321
94+
image: rustlang/rust:nightly
95+
# In case there is a bug in rust:nightly, you can instead pin an older
96+
# version of the Docker image until that bug is fixed. To find the
97+
# SHA256 ID of the last working version of nightly, look at the logs
98+
# from the last successful CI run. Here is an example of how to do so:
99+
#
100+
# image: rustlang/rust@sha256:415b7c22ab4a8a3ec3efc9cc8d7b018964f0c6757fff27bbd110e0ed92566321
97101
allow_failure: true
98102
script:
99103
- rustup show

0 commit comments

Comments
 (0)