-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Precompilation in CI fails on v1.22 #3746
Comments
My suggestion would be to move the documentation build to a new GitHub action job. At the moment it runs after testing, which populates the .cov coverage files: See JuMP's separate |
+1ing myself here, getting the same on LTS 1.6 and juMP 1.22. My logs here: https://github.com/COBREXA/COBREXA.jl/actions/runs/9118509444/job/25071800611#step:7:176 I'm using a separate documentation action workflow so I'm honestly quite puzzled on where the NOTE: it seems non-deterministic, the same code has magically fixed and broken itself again in a few instances already. |
I thought the loop and include was a common pattern, but it looks like I must have hit something similar, because elsewhere we also have the |
I've audited |
Prepping a new release: #3749 it'd be nice to understand why our extensions tests (https://github.com/jump-dev/JuMP.jl/actions/workflows/extension-tests.yml) didn't catch this. I guess because we run each package once, and this only shows up if you run twice, so that the |
Closing because new release is JuliaRegistries/General#107020 |
Hello,
in the docs of some package I have JuMP as an indirect dependency. I experience precompile errors in the GH Actions CI on JuMP v1.22, by forcing v1.21 it works. I was not able to reproduce the problem locally.
The stacktrace
implies, that this code
JuMP.jl/src/macros.jl
Lines 470 to 472 in 71c7764
tries to include some coverage file (don't now why it ends up therein my CI) and fails. Maybe it would already help to filter and only include
*.jl
files?The text was updated successfully, but these errors were encountered: