-
Notifications
You must be signed in to change notification settings - Fork 767
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
Not in gzip format #23
Comments
I also see this issue. Here for example https://github.com/starship/starship/pull/383/checks?check_run_id=240449201 |
Experiencing the same for |
I have got this error too in Java-version:1.8 |
Having the same problem. It was fine several hours ago. |
Also having this issue on my repo |
Same problem here with Java 1.8, 11, and 13. |
Getting same error in
|
Looks like some added .sig files (.tar.gz.sig) on the CDN were being confused for the .tar.gz files by installer.ts. The .sig files have been removed from the CDN for now, but are the tool-cache seems to have cached them. |
@giltene I've just kicked off a build and the install worked correctly this time, thanks for the fix. |
Looks like the caches for the .sig stuff have now expired and things work again for all versions (6,7,8,9,10,11,12,13). Will work on an installer.ts change and pull request to make sure .tar.gz is expected at end of filename (to ignore .tar.gz.sig) before we re-enable .sig files on the CDN. |
It seems that the java 1.8 works fine with my project. Thanks for your fixing. |
The actions/setup-java GitHub Action seems to work again. 🎉 In case somebody is looking for a GitHub Action for setting up a Java development environment based on the AdoptOpenJDK OpenJDK distribution: |
This has started to fail for us again today. Anyone else experiencing it? |
Yes, I just had it this very minute, I was setting up Actions to allow for dependabot to work better, but it failed hard and I cant test my actions anymore.
|
I noticed the same kind of error on my workflow. all worked well yesterday |
yes, I'm seeing it in my project too. |
Should be back to normal now. This affected things that picked up "latest" (e.g. 8, 8.0.x, but not e.g. 8.0.222). Unfortunately, the new October 15 update releases posted earlier today for 7, 8, 11, and 13 all came with matching .sig files. The new .sig files are now removed to prevent the problem with setup-java. Integrating the the PR (#24) will help avoid this sensitivity to non-jdk contents being posted to the cdn.. |
That's OK for me now. Thanks @giltene ! |
In case anyone is interested in using the OpenJDK distributions from AdoptOpenJDK instead of Azul's Zulu: Disclaimer: I'm the maintainer of that GitHub Action. |
@joschi there are quite a few OpenJDK distributions one can pick from, of which Zulu is one. There is plenty of choice, include the likes of Amazon’s Corretto, Bellsoft’s Liberica, Alibaba’s Dragonwell, and IBM’s AdoptOpenJDK. Of the set, Zulu happens to be the community OpenJDK distribution with the longest track record of delivering free, 100% OSS and consistently updated builds for OpenJDK 6,7,8,9,10,11,12, and 13, spanning back quite a few years. Older versions (like 7u181 or 8u131) may not seem “sexy”, but since CI and testing configs often freeze specific JDK versions to test against (usually in addition to testing on latest/greatest), a track record for prompt availability of new versions coupled with well maintained, long term stable archives of all builds across a wide version and date range is one of the key things driving the choice of OpenJDK distribution CI systems default to. |
@giltene I don't want to start a big discussion here. I like Zulu and it served me well over the years, but people might want to use the AdoptOpenJDK distribution (not related to IBM), which is a bit clumsy to use with this GitHub Action. More options, better ecosystem. 🎉 |
PR #27 has gone in which had some small changes to prevent this error from happening again. Closing. If this happens in the future, either reopen this issue or create a new one. |
@konradpabjan It looks like the same issue has resurfaced just now: https://github.com/hyperledger/cactus/pull/978/checks?check_run_id=2635662049#step:2:19 Update: Hmm, 10 minutes later it doesn't fail anymore. |
Hi, I am getting an error when running the setup-java step in the following configuration:
The error I get is the following:
After doing some googling, this looks to be the most relatable problem, but I notice it's not being downloaded the Oracle site, rather from this site so I don't think cookies are the issue. Has anyone else also encountered this error?
The text was updated successfully, but these errors were encountered: