-
Notifications
You must be signed in to change notification settings - Fork 30
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
1.1.8 not updating the Windows environment variables #88
Comments
Thanks for the report, @ArloL!
Could you provide us with a link to a failing build so that we can take a closer look? |
Forgot to mention that there are some significant Windows enhancement since 22.2.0, so I recommend you upgrade to GraalVM for JDK like this: - uses: graalvm/[email protected]
with:
distribution: 'graalvm' # for Oracle GraalVM, 'graalvm-community' for CE
java-version: '17'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven' |
It seems this could be related to 0fee1ab. I will try and come up with a fix tomorrow. |
I just pushed a fix for this to dev, you can try it out via |
Thanks for the quick reply This is the build in question: I would love to use the latest graalvm and java 21 but I am sadly hitting this issue oracle/graal#6793 Sadly @dev also does not update the windows environment: https://github.com/ArloL/chorito/actions/runs/8244996369/job/22548159025 |
I think I found the issue: Line 35 in 5393c3d
Will fix... |
Ok, I think I got it. Could you please restart your build that runs against |
@fniephaus I can confirm that my windows build was also failing but now it is working if I use |
Thanks, @fniephaus and @bhavikp19. I too can confirm that it works: https://github.com/ArloL/chorito/actions/runs/8244996369/job/22571412312 |
The fix is merged and available via |
Thanks, @fniephaus. I am not sure but I think dependabot will not update to 1.1.8.2. I tried recreating the PR: |
Why will dependabot not update to that version? Do we need to bump the patch version? |
I just bumped the version to |
Thanks. Now dependabot closed the 1.1.8 issue and opened another PR for 1.1.9: ArloL/chorito#333 I am not sure why exactly that is necessary to be honest. My guess is that they only check for x.y.z version schemes and not x.y.z.a |
Thanks for confirming! We'll keep this in mind and always push patch updates. |
I am using the action like this on windows-latest:
and now with 1.1.8 my windows setup stopped working.
My guess is that something is tripping up the required update to the environment variables which is still required with these older version graal versions I am sadly still stuck on.
The 1.1.7 log contains
while 1.1.8 does not.
Please let me know if I can provide more info.
PS Thanks for all the hard work maintaining open source software 🙏🏼
The text was updated successfully, but these errors were encountered: