diff options
author | Nicolas Sterchele <nicolas@sterchelen.net> | 2021-12-26 15:28:24 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-12-27 23:40:48 +0100 |
commit | e7f9c904ca20a91a0c87f9ca5812c9ac0307125d (patch) | |
tree | 0ef0181c9bd39a3c67723a1c48a2481d04cb8eda | |
parent | 21248e052dbd0db33e8999aeeb919fb6f32c9567 (diff) | |
download | curl-e7f9c904ca20a91a0c87f9ca5812c9ac0307125d.tar.gz |
zuul: fix quiche build pointing to wrong Cargo
Fixes #8184
Closes #8189
-rwxr-xr-x | scripts/zuul/before_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zuul/before_script.sh b/scripts/zuul/before_script.sh index fb0634564..9b851a99f 100755 --- a/scripts/zuul/before_script.sh +++ b/scripts/zuul/before_script.sh @@ -123,7 +123,7 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then #### Work-around https://github.com/curl/curl/issues/7927 ####### #### See https://github.com/alexcrichton/cmake-rs/issues/131 #### - sed -i -e 's/cmake = "0.1"/cmake = "=0.1.45"/' Cargo.toml + sed -i -e 's/cmake = "0.1"/cmake = "=0.1.45"/' quiche/Cargo.toml cargo build -v --package quiche --release --features ffi,pkg-config-meta,qlog mkdir -v quiche/deps/boringssl/src/lib |