-
Notifications
You must be signed in to change notification settings - Fork 19
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
Move misc
CI checks to GitHub Actions
#862
Conversation
Co-authored-by: Werner Dietl <wdietl@gmail.com>
Looks like the place it go wrong is here:
|
I had hoped that setting the fetch-depth to 0 would fix that problem... ci-info sets these environment variables:
However, the list of branches doesn't contain
It's a bit odd why it also doesn't find The doc for actions/checkout says that So it would seem that there is a problem with |
Rerun after eisop-plume-lib/plume-scripts#10 |
This is strange. Previously, misc-jdk8 fails as it can not find reference to a method. A new commit fails at JDK 23 that code is not formated. However, both CI's misc-jdk21 works fine. I would like disable misc check CI for all except for JDK 21. |
I think we should first ensure that |
dataflow/src/main/java/org/checkerframework/dataflow/cfg/builder/UnconditionalJump.java
Outdated
Show resolved
Hide resolved
I will update this after #1040 |
We could re-purpose the docker images to be used by developers for easier local setup, e.g. on a Windows machine. |
I already delete azure pipeline config but there are still azure tasks in the expected tasks. Maybe it will disappear after we merge this PR? Or is there any other clean up I need to do? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
I'll adapt the project requirements after merging the PR. |
No description provided.