-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Meta-issue: Fix CI issues #958
Comments
Okay, so currently CI is all green on There are quite a few CI tasks remaining, including re-enabling CI on several platforms, and un-skipping several currently-broken tests. I've updated the list of tasks in the issue. Anything with an unchecked checkbox is still a TODO. |
This is pretty much all done now. There are a few remaining tasks as listed above:
And then there is the broader question of whether we should move CI from GitHub Actions to Buildkite: Pretty much everything else is done, so I think this meta-issue can be closed now. |
1. Necessary bug fixes:
embedding_wrapper.c
for Julia 1.11; also, run CI on 1.11, but skip theincremental=false
tests on 1.11 #954incremental=false
) containing Pkg #976incremental=false
) fails witherror during bootstrap
#989Bugs only seen in CI:
rmdir: Directory not empty
#9782. Resume or start testing on the following:
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 #954incremental=false
tests on Julia 1.11.incremental=false
tests on Julia 1.11.incremental=false
tests on Julia 1.12) #982runs-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:
HelloWorldC
artifact (instead of thefooifier
artifact) #9655. Other tasks:
The text was updated successfully, but these errors were encountered: