We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa13b3 commit 845c3adCopy full SHA for 845c3ad
1 file changed
test/GNUmakefile
@@ -135,10 +135,10 @@ endif
135
# Docker image (integration testing)
136
################################################################################
137
138
-ARCH_DATE=2025.11.01
+ARCH_DATE=2026.04.01
139
ARCH_TAR_FN=archlinux-bootstrap-$(ARCH_DATE)-x86_64.tar.zst
140
ARCH_TAR_URL=https://archive.archlinux.org/iso/$(ARCH_DATE)/$(ARCH_TAR_FN)
141
-ARCH_TAR_SHA256=18bbaf8dad9b32a78cfe41d019bc0e8878d9382d622449208f88b4e37b669042
+ARCH_TAR_SHA256=undefined
142
ARCH_TAR_DIR=$(TMP)/arch
143
ARCH_TAR=$(ARCH_TAR_DIR)/$(ARCH_TAR_FN)
144
0 commit comments