Skip to content
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

Broken invalidation action #133

Open
pjaap opened this issue Oct 22, 2024 · 1 comment
Open

Broken invalidation action #133

pjaap opened this issue Oct 22, 2024 · 1 comment
Labels
infrastructure Problems related to CI, GitHub organization, etc.

Comments

@pjaap
Copy link
Member

pjaap commented Oct 22, 2024

Creating a PR for VoronoiFVM always leads to a failed action Invalidations / evaluate (pull_request), e.g., here #132

The problem seems to be related with the upgrade to Julia 1.11, which is now stable version 1.
The packages JET and SnoopCompile cannot be built.
I am not sure if this is related to julia-actions/julia-invalidations#18

I tried to set the version "1.10" in https://github.com/j-fu/VoronoiFVM.jl/blob/c83220bd39e0aee0015dd439ccb617e3b801bf32/.github/workflows/Invalidations.yml#L21 which lets the Invalidation action pass with some strange warnings: https://github.com/pjaap/VoronoiFVM.jl/actions/runs/11458688752/job/31881593272#step:5:365

@pjaap
Copy link
Member Author

pjaap commented Oct 22, 2024

In case you cannot see the log:

┌ Warning: JET cannot be used on Julia 1.10.5.
│ If you're depending on JET, it may be best to avoid loading the package except on supported versions of Julia, for example:
│ 
│     @static if Base.VERSION >= v"1.7"
│         using JET
│     end
└ @ JET ~/.julia/packages/JET/WlYnT/src/JET.jl:4

@jpthiele jpthiele added the infrastructure Problems related to CI, GitHub organization, etc. label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Problems related to CI, GitHub organization, etc.
Projects
None yet
Development

No branches or pull requests

2 participants