Open
Description
2 dependencies had output during precompilation:
┌ REPL
│ ERROR: IOError: could not spawn `/shells/bash -c '(pwd) && true'`: no such file or directory (ENOENT)
└
┌ REPL
│ ERROR: IOError: could not spawn `/shells/bash -c '(pwd) && true'`: no such file or directory (ENOENT)
└
Perhaps the SHELL
environment variable (or JULIA_SHELL
) has the wrong value in CI? Or perhaps shelling out is intentionally disabled during CI, in which case perhaps this line should be deleted from the REPL precompilation workload:
julia/stdlib/REPL/src/precompile.jl
Line 63 in 7d84c53