mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-13 14:05:08 +00:00
8385988: Linux devkits does not work with dnf5
Reviewed-by: erikj
This commit is contained in:
parent
5f7422ed83
commit
a0c8f7cb36
@ -109,7 +109,7 @@ endif
|
||||
EMPTY :=
|
||||
SPACE := $(EMPTY) $(EMPTY)
|
||||
COMMA := ,
|
||||
DNF_ARCHS := $(subst $(SPACE),$(COMMA),$(RPM_ARCHS))
|
||||
DNF_ARCHS := $(foreach arch,$(RPM_ARCHS),--arch $(arch))
|
||||
|
||||
# Specify a dummy installation root, otherwise dnf will run into
|
||||
# problems trying to reconcile with the local/system state
|
||||
@ -123,7 +123,7 @@ DNF_DOWNLOAD_FLAGS := \
|
||||
--disablerepo='*' \
|
||||
$(DNF_REPOS) \
|
||||
--resolve \
|
||||
--archlist $(DNF_ARCHS) \
|
||||
$(DNF_ARCHS) \
|
||||
--forcearch $(RPM_ARCH) \
|
||||
--installroot $(DNF_DUMMY_INSTALL_ROOT) \
|
||||
--releasever $(BASE_OS_VERSION) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user