Skip to content

Commit

Permalink
Tools.gmk: Use update repository on RHEL rather than GA
Browse files Browse the repository at this point in the history
It looks like we were using 7.6 & 7.9 GA repositories rather than
the latest updates.

Resolves: OPENJDK-3589
  • Loading branch information
gnu-andrew committed Jan 17, 2025
1 parent 2617c05 commit 9766818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/devkit/Tools.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ ifeq ($(BASE_OS), OL)
endif
else ifeq ($(BASE_OS), RHEL)
ifeq ($(ARCH), aarch64)
BASE_URL := https://download.eng.brq.redhat.com/rhel-7/rel-eng/RHEL-7/latest-RHEL-ALT-7/compose/Server/$(ARCH)/os/Packages/
BASE_URL := https://download.eng.brq.redhat.com/rhel-7/rel-eng/updates/RHEL-ALT-7/latest-RHEL-ALT-7/compose/Server/$(ARCH)/os/Packages/
LINUX_VERSION := RHEL7.6
else
BASE_URL := https://download.eng.brq.redhat.com/rhel-7/rel-eng/RHEL-7/latest-RHEL-7/compose/Server/$(ARCH)/os/Packages/
BASE_URL := https://download.eng.brq.redhat.com/rhel-7/rel-eng/updates/RHEL-7/latest-RHEL-7/compose/Server/$(ARCH)/os/Packages/
LINUX_VERSION := RHEL7.9
endif
else ifeq ($(BASE_OS), Fedora)
Expand Down

0 comments on commit 9766818

Please sign in to comment.