gitlab-ci: Pin to nightly-2022-11-11

This is a workaround for #633.
This commit is contained in:
Nick Mathewson 2022-11-18 09:33:44 -05:00
parent 7e886187a9
commit e8701b1e9e
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,9 @@ rust-latest-async-std-rustls:
rust-nightly: rust-nightly:
stage: test stage: test
image: rustlang/rust:nightly #image: rustlang/rust:nightly
# Temporary workarounds for arti#633.
image: rustlang/rust@sha256:415b7c22ab4a8a3ec3efc9cc8d7b018964f0c6757fff27bbd110e0ed92566321
allow_failure: true allow_failure: true
script: script:
- rustup show - rustup show