zuul: fix quiche build pointing to wrong Cargo

Fixes #8184
Closes #8189
This commit is contained in:
Nicolas Sterchele 2021-12-26 15:28:24 +01:00 коммит произвёл Daniel Stenberg
Родитель 21248e052d
Коммит e7f9c904ca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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