summaryrefslogtreecommitdiff
path: root/zuul.d
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@cloudflare.com>2021-11-30 13:37:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2021-12-03 16:38:54 +0100
commit3199eb25dc20c15b01f1e5aa4b38195ac042ff61 (patch)
tree8334151176316fcc53e602691089f0757f11ccbd /zuul.d
parentc8a3046555378f81b22d51e3887df8a5cf1ab5bf (diff)
downloadcurl-3199eb25dc20c15b01f1e5aa4b38195ac042ff61.tar.gz
HTTP3: update quiche build instructions
The repo repo was re-organized a bit, so the build instructions need to be updated. Closes #8076
Diffstat (limited to 'zuul.d')
-rw-r--r--zuul.d/jobs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index d4c25426f..3211b212b 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -122,7 +122,7 @@
T: novalgrind
QUICHE: "yes"
C: >-
- --with-openssl={{ ansible_user_dir }}/quiche/deps/boringssl/src
+ --with-openssl={{ ansible_user_dir }}/quiche/quiche/deps/boringssl/src
--with-quiche={{ ansible_user_dir }}/quiche/target/release
LD_LIBRARY_PATH: "{{ ansible_user_dir }}/quiche/target/release:/usr/local/lib"