Commit ea088ae
Declare Downloads stdlib dep, fixes deps/build.jl sandbox error
Pkg.build runs deps/build.jl in an isolated environment that only
resolves what's in Project.toml [deps] -- stdlibs aren't free there like
they are inside the package's own module code. Without this, build.jl
failed with "Package Downloads not found in current path" on any fresh
install.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 07e2820 commit ea088ae
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments