Skip to content

Commit 09db4bc

Browse files
committed
8377666: Fedora 41 based devkit build should load more packages from archive location
Reviewed-by: clanger, erikj
1 parent c032082 commit 09db4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/devkit/Tools.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ else ifeq ($(BASE_OS), Fedora)
7878
endif
7979
BASE_URL := http://fedora.riscv.rocks/repos-dist/f$(BASE_OS_VERSION)/latest/$(ARCH)/Packages/
8080
else
81-
LATEST_ARCHIVED_OS_VERSION := 36
81+
LATEST_ARCHIVED_OS_VERSION := 41
8282
ifeq ($(filter aarch64 armhfp x86_64, $(ARCH)), )
8383
FEDORA_TYPE := fedora-secondary
8484
else

0 commit comments

Comments
 (0)