chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eef044
)
Minimal versions test: force hyper downgrade
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 23 Feb 2024 12:32:06 +0000
(12:32 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 23 Feb 2024 14:48:25 +0000
(14:48 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 71043874982ded3d778f0088b14018b589121b97..291ea631aef8a69441b244a404ba7cb2e4573e49 100644
(file)
--- 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.