Building julia on x86_64-linux-musl fails often #57063
Labels
building
Build system, or building Julia or its dependencies
compiler:musl
Support for musl linked binaries on linux instead of glibc
help wanted
Indicates that a maintainer wants help on an issue or pull request
We may downgrade
x86_64-linux-musl
to tire 3 supported platforms. JuliaLang/www.julialang.org#2218Build
The error messages are all memory related:
LLVM ERROR: out of memory
LLVM ERROR: out of memory
successful build:
successfully precompiled in 409 seconds
successfully precompiled in 689 seconds
Maybe we should limit the number of concurrent pre-compilations.
Test
Even if it could be built successfully, it would not pass the test.
The test times out and terminates, and I wonder if we've hit a deadlock or something similar.
The text was updated successfully, but these errors were encountered: