From 72263919859c6c9afa0cec6d068dbf7fff937c1e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 15 Oct 2023 10:58:29 +0200 Subject: [PATCH] fix: use `rustls` as curl backend to avoid CI failure. Note that doing so might be less compatible due to `ring`, which is why it's not the default. There may also be other side-effects, like which certificate store is used, so let's not enforce this. --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d29c8ba7939..0960ac5c0d4 100755 --- a/justfile +++ b/justfile @@ -191,7 +191,7 @@ jtt := target_dir / "debug/jtt" # run journey tests (max) journey-tests: - cargo build + cargo build --features http-client-curl-rustls cargo build -p gix-testtools --bin jtt ./tests/journey.sh {{ ein }} {{ gix }} {{ jtt }} max