-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
freemarker download is failing #3252
Comments
FYI @AdamBrousseau is this affecting you? |
Freemarker is only needed for UMA builds; OpenJ9 has been using CMake builds for some time: Maybe it's time to stop fetching freemarker? |
We've actually hacked out the freemarker download some time ago on our end. I think probably when it started failing last time. Never followed up on proper solution probably due to lack of priority. |
@keithc-ca Since I haven't been keeping up with OpenJ9 developments can you clarify something for me: if freemarker is a compile time build dependency why does it make any difference whether it's a CMake or UMA build? Is freemarker always skipped on a CMake build? |
Freemarker was only ever a build-time dependency (used in UMA tooling). Builds that don't use UMA don't need freemarker. Of course, we will need to stop using the configure option |
Do you build without that option in the openj9 CI? In which case we should definitely follow that in ours. |
It's not uncommon for Apache to move all but the current release to archive.apache.org, and FreeMarker is now at v2.3.32. |
No, most builds don't use that option; (e.g. the latest jdk11_x86-64_linux build):
eclipse-openj9/openj9#16759 will eliminate the other (unnecessary) uses. |
What are you trying to do? Run a build, which invokes https://github.com/adoptium/temurin-build/blame/784af5c903f067fec94195597856b3ef9c70ba5f/sbin/prepareWorkspace.sh#L391 to download https://downloads.apache.org/freemarker/engine/2.3.31/binaries/apache-freemarker-2.3.31-bin.tar.gz
Expected behaviour: File is downloaded as it was in builds from the 13th January
Observed behaviour: 404 Not found in the next build from the 29th
Any other comments: Since this is the first time we have fully disabled the builds during the pipeline and it lasted for two weeks it is not clear when this started occurring.
The text was updated successfully, but these errors were encountered: