From 0fd4a1a65512753fd37dbf0cb0832b6711465c27 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 29 Jun 2024 17:50:13 +0300 Subject: fix(tvix/boot/tests): set SSL_CERT_FILE This is necessary for http clients to successfully construct. Change-Id: If0d968e964f5c58d9956b92ee0ab3d97c39391d6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11892 Autosubmit: flokli Reviewed-by: Connor Brewster Tested-by: BuildkiteCI --- tvix/boot/tests/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tvix/boot/tests/default.nix') diff --git a/tvix/boot/tests/default.nix b/tvix/boot/tests/default.nix index 34e2e0dd9130..87530da0da8b 100644 --- a/tvix/boot/tests/default.nix +++ b/tvix/boot/tests/default.nix @@ -48,6 +48,8 @@ let ]; buildCommand = '' touch $out + # Ensure we can construct http clients. + export SSL_CERT_FILE="${pkgs.cacert.out}/etc/ssl/certs/ca-bundle.crt" # Start the tvix daemon, listening on a unix socket. BLOB_SERVICE_ADDR=${blobServiceAddr} \ -- cgit 1.4.1