From caf63e129e6ab13b5a5e006f42caddaaac616630 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 23 Feb 2024 12:32:06 +0000 Subject: [PATCH] Minimal versions test: force hyper downgrade Signed-off-by: Ian Jackson --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7104387..291ea63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,6 +114,8 @@ minimal-versions: - apt-get -y install build-essential pkg-config libssl-dev - cargo +nightly update -Z minimal-versions - cargo +nightly update -p openssl -p openssl-sys + # -Z minimal-versions leaves this at 0.14.28 which is broken + - cargo +nightly update -p hyper --precise=0.14.7 - cargo test --locked --workspace --verbose --all-features # Ideally we'd run autopkgtest here. -- 2.30.2