Building LLVM on CI seems broken after Deps: after configuring CMake project, use cmake --build, not make ( #54538) #55284
Labels
building
Build system, or building Julia or its dependencies
external dependencies
Involves LLVM, OpenBLAS, or other linked libraries
After 8fd5aeb, building LLVM on CI as part of JuliaCI/julia-buildkite#345 just seems to hang until a cancellation signal at which points it starts building again. See https://buildkite.com/julialang/julia-buildkite/builds/1608#0190f950-0eb6-4fe3-938b-af69d186c40a for an example log with
-d
passed tomake
.I'm not sure why this is happening, but given 8fd5aeb seemed to have some other issues (see #55091) I'm inclined to just revert it.
The text was updated successfully, but these errors were encountered: