File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [[mingw-w64 ]]
2+ arch = " x86_64"
3+ git-tree-sha1 = " b17bda08a19173572926f43a48aad5ef3d845e7c"
4+ os = " windows"
5+ lazy = true
6+
7+ [[mingw-w64 .download ]]
8+ sha256 = " 53645e06775a55733580426341395c67dda20a664af83bcda76a1d052b618b59"
9+ url = " https://github.com/JuliaLang/PackageCompiler.jl/releases/download/v2.1.24/x86_64-14.2.0-release-posix-seh-msvcrt-rt_v12-rev0.tar.gz"
10+
11+ [[mingw-w64 ]]
12+ arch = " i686"
13+ git-tree-sha1 = " 76b9f278e7de1d7dfdfe3a786afbe9c1e29003ea"
14+ os = " windows"
15+ lazy = true
16+
17+ [[mingw-w64 .download ]]
18+ sha256 = " d049bd771e01b02f2ca9274435f0e6f9f4f295bf2af72a8059dd851c52144910"
19+ url = " https://github.com/JuliaLang/PackageCompiler.jl/releases/download/v2.1.24/i686-14.2.0-release-posix-dwarf-msvcrt-rt_v12-rev0.tar.gz"
Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ rm -f juliac-buildscript.jl
55rm -f julia-config.jl
66rm -f juliac-trim-base.jl
77rm -f juliac-trim-stdlib.jl
8+ rm -f Artifacts.toml
89
910wget -nc https://raw.githubusercontent.com/JuliaLang/julia/refs/heads/master/contrib/juliac/juliac.jl
1011wget -nc https://raw.githubusercontent.com/JuliaLang/julia/refs/heads/master/contrib/juliac/juliac-buildscript.jl
1112wget -nc https://raw.githubusercontent.com/JuliaLang/julia/refs/heads/master/contrib/julia-config.jl
1213wget -nc https://raw.githubusercontent.com/JuliaLang/julia/refs/heads/master/contrib/juliac/juliac-trim-base.jl
1314wget -nc https://raw.githubusercontent.com/JuliaLang/julia/refs/heads/master/contrib/juliac/juliac-trim-stdlib.jl
15+ wget -nc https://raw.githubusercontent.com/JuliaLang/julia/refs/heads/master/contrib/juliac/Artifacts.toml
1416
1517mv julia-config.jl ../julia-config.jl
16-
You can’t perform that action at this time.
0 commit comments