Skip to content

Commit 83d799d

Browse files
authored
Toolchain: Restore old download manifest behavior (#13649)
1 parent 33fd972 commit 83d799d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

toolkit/scripts/toolchain.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ $(toolchain_rpms_rehydrated): $(TOOLCHAIN_MANIFEST) $(go-downloader) $(SCRIPTS_D
200200
--url-list "$(PACKAGE_URL_LIST)" \
201201
--allowable-gpg-keys "$(TOOLCHAIN_GPG_VALIDATION_KEYS)" \
202202
$(if $(TLS_CERT),--certificate $(TLS_CERT)) \
203-
$(if $(TLS_KEY),--private-key $(TLS_KEY)) || { \
203+
$(if $(TLS_KEY),--private-key $(TLS_KEY)) && \
204+
echo "$(notdir $@)" >> $(toolchain_downloads_manifest) || { \
204205
echo "Could not find toolchain package in package repo to rehydrate with: $(notdir $@)." >> "$$log_file" && \
205206
touch $@; \
206207
}

0 commit comments

Comments
 (0)