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

fix: Prevent use of docker builder cache for installer builds #617

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

steelhead31
Copy link
Contributor

Fixes #611

During the installer/packaging builds the signing steps although designated to run, were not picking up the GPG_KEY, after some investigation, this is because of issues utilising the docker build-cache. The change to the gradle files, disables this docker feature, ensuring that the docker images/containers are built cleanly each time without the use of cache. This does not add any significant overhead to the build time in jenkins.

Test runs in jenkins linked below 👍
https://ci.adoptium.net/job/adoptium-packages-linux-pipeline_new/267/
https://ci.adoptium.net/job/adoptium-packages-linux-pipeline_new/266/
https://ci.adoptium.net/job/adoptium-packages-linux-pipeline_new/266/
https://ci.adoptium.net/job/adoptium-packages-linux-pipeline_new/265/

@steelhead31 steelhead31 merged commit dad1978 into adoptium:master Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JRE RPM packages are not signed
4 participants