Skip to content

Commit d3ef89b

Browse files
Mossakaclaude
andcommitted
Add storage.julialang.net to Julia ecosystem domains
Julia's package system redirects artifact downloads from pkg.julialang.org to storage.julialang.net CDN. Without this domain, Pkg.add() fails with 403 when fetching package tarballs. Discovered during v6 build-test experiment validation run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b2d8af7 commit d3ef89b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/workflow/data/ecosystem_domains.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"terraform": ["releases.hashicorp.com", "apt.releases.hashicorp.com", "yum.releases.hashicorp.com", "registry.terraform.io"],
7575
"haskell": ["haskell.org", "*.hackage.haskell.org", "get-ghcup.haskell.org", "downloads.haskell.org"],
7676
"kotlin": ["ge.jetbrains.com", "packages.jetbrains.team", "kotlin.bintray.com"],
77-
"julia": ["pkg.julialang.org", "julialang.org", "julialang-s3.julialang.org"],
77+
"julia": ["pkg.julialang.org", "julialang.org", "julialang-s3.julialang.org", "storage.julialang.net"],
7878
"java": [
7979
"www.java.com",
8080
"jdk.java.net",

0 commit comments

Comments
 (0)