]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
zuul: fix quiche build pointing to wrong Cargo
authorNicolas Sterchele <nicolas@sterchelen.net>
Sun, 26 Dec 2021 14:28:24 +0000 (15:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Dec 2021 22:40:48 +0000 (23:40 +0100)
Fixes #8184
Closes #8189

scripts/zuul/before_script.sh

index fb0634564952b3c9dcaf0363b06fb6f1b1e9b077..9b851a99fdc53dd5b3bd4e56b83cf4ddb378a6ed 100755 (executable)
@@ -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