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

chore: add show-% Makefile target and use jdks_to_build in rhel_ubi9 bake target #945

Merged
merged 3 commits into from
Mar 5, 2025

Conversation

lemeurherveCB
Copy link
Contributor

@lemeurherveCB lemeurherveCB commented Mar 2, 2025

  • add show-% Makefile target: allow debugging Windows targets on a Linux or MacOS machine.
  • use jdks_to_build in rhel_ubi9 bake target: follow-up of Remove Java 11 support #890

Extracted from:

Testing done

Tested like #944 + CI

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@@ -280,7 +280,7 @@ target "debian" {
target "rhel_ubi9" {
matrix = {
type = agent_types_to_build
jdk = [17, 21]
Copy link
Contributor Author

@lemeurherveCB lemeurherveCB Mar 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously (and rightfully at that time) hardcoded to [17, 21] instead of jdk_to_build in #866 as there was no jdk11 image for rhel-ubi9, only for rhel-ubi8.

@lemeurherveCB lemeurherveCB changed the title chore: add show-% Makefile target and use jdks_to_build in rhel_ubi9 target chore: add show-% Makefile target and use jdks_to_build in rhel_ubi9 bake target Mar 2, 2025
@dduportal dduportal added the chore label Mar 5, 2025
@dduportal dduportal merged commit 8364471 into jenkinsci:master Mar 5, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants