hydra: use cache.nixos.org URL for logs instead of raw S3 URLs
We don't use Cloudfront anymore, and Fastly should be setting the proper CORS headers.
Pierre Bourdon committed
Nov 3, 2023 at 18:02 UTC
a73338cc4850c293e2e3bfb70a3d4faa6791b317
1 file changed
+1
-4
delft/hydra.nix
+1
-4
@@ -43,10 +43,7 @@ in
43
44
upload_logs_to_binary_cache = true
45
46
- # FIXME: Cloudfront messes up CORS
47
- #log_prefix = https://cache.nixos.org/
48
-
49
- log_prefix = https://nix-cache.s3.amazonaws.com/
46
+ log_prefix = https://cache.nixos.org/
47
48
evaluator_workers = 8
49
evaluator_max_memory_size = 4096