From e8701b1e9e8d704dbd292b4af1511345c6d91dcb Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 18 Nov 2022 09:33:44 -0500 Subject: [PATCH] gitlab-ci: Pin to nightly-2022-11-11 This is a workaround for #633. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cb4b9e8d..e718f2a72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,9 @@ rust-latest-async-std-rustls: rust-nightly: stage: test - image: rustlang/rust:nightly + #image: rustlang/rust:nightly + # Temporary workarounds for arti#633. + image: rustlang/rust@sha256:415b7c22ab4a8a3ec3efc9cc8d7b018964f0c6757fff27bbd110e0ed92566321 allow_failure: true script: - rustup show