-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
1. Necessary bug fixes:
- Bug: Incompatibility with Julia 1.11-rc1 and 1.11-rc2 #951
- Bug: macOS: System image file fails consistency check on binary startup #738 (and Fix CI failures on macOS #955)
- Bug: Regression in Julia 1.11: Cannot create fresh base sysimage (
incremental=false
) containing Pkg #976 - Bug: Regression in Julia 1.12: Creating fresh base sysimage (
incremental=false
) fails witherror during bootstrap
#989
Bugs only seen in CI:
- Intermittent (non-deterministic) bug seen only in CI: Non-deterministic Windows CI error:
rmdir: Directory not empty
#978
2. Resume or start testing on the following:
- Start testing on Julia 1.11
- This PR starts testing on Julia 1.11, but importantly SKIPS the
incremental=false
tests on Julia 1.11: Fixembedding_wrapper.c
for Julia 1.11; also, run CI on 1.11, but skip theincremental=false
tests on 1.11 #954 - TODO: restore the
incremental=false
tests on Julia 1.11.- Do not put project stdlibs into the base (non-incremental) sysimage #987 restores the
incremental=false
tests on Julia 1.11.
- Do not put project stdlibs into the base (non-incremental) sysimage #987 restores the
- This PR starts testing on Julia 1.11, but importantly SKIPS the
- Resume testing on Julia nightly.
- Resume testing on Intel macOS.
- Resume testing 32-bit Julia on Windows.
- Start testing on Apple Silicon macOS (
runs-on: macos-14
on GitHub Actions).
3. Stop testing on the following:
We have stopped testing on Julia 1.8.
We have stopped testing on Julia 1.9.
4. Other CI-related PRs and tasks:
- Fix CI, and temporarily disable some CI jobs, and use the
HelloWorldC
artifact (instead of thefooifier
artifact) #965 - More CI tweaks, and temporarily disable some more CI jobs #966
- Consider moving CI to Buildkite? #846