Valentin Churavy
Valentin Churavy
@pxl-th do you have time to bisect this? Otherwise I can try and take a look.
No worries, I will bisect it.
That is sensible. We could be cute and just install it into the stdlib location. So `/opt/compiler-explorer/julia-v1.10/share/julia/stdlib/v1.10/CompilerExplorer` and then we can do `JULIA_DEPOT_PATH=/opt/compiler-explorer/julia-v1.10/share/julia/ julia -e "using CompilerExplorer"` to create the...
Is there a way to access the source of compiler-explorer/compiler-explorer within the staging process? It would probably make sense to vendor the source there since the output of it is...
Yeah the goal would be to have it as a seperate variant of the libjulia_jll so that if one is running a debug build of Julia packages that depend on...
I was hoping artifacts were immune to that, but that would require them to be proxied through the package servers? For reference in Trixi.jl we did https://github.com/trixi-framework/Trixi.jl/pull/2415
It would be great to have this, one issue is that we need a fairly new LLVM version as a baseline. 8 might be barely new enough and things are...
> Sidenote: it took me a bit to google ToT (tip of tree). Sorry LLVM-speak. Yeah WASI is rather interesting since that might simplify the bootstrapping issue quite a bit.
> This produces a union which causes us to yell. Could we produce a better error in this case? Or does one of the hidden flags help?
In particular https://github.com/JuliaLang/PrecompileTools.jl/blob/61138b566718652a4033f528ff2dcabcf4cff2cb/src/workloads.jl#L88-L100