mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
maint: 'assert-binaries-available' only checks ci.guix.gnu.org.
* Makefile.am (assert-binaries-available): Pass '--substitute-urls'.
This commit is contained in:
parent
cceb5344ae
commit
13ff4ae5b1
1 changed files with 3 additions and 1 deletions
|
@ -1027,10 +1027,12 @@ assert-no-store-file-names:
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure important substitutes are available.
|
# Make sure important substitutes are available. Check only the primary
|
||||||
|
# server so that '--display-missing' doesn't print two lists.
|
||||||
assert-binaries-available: $(GOBJECTS)
|
assert-binaries-available: $(GOBJECTS)
|
||||||
$(AM_V_at)$(top_builddir)/pre-inst-env \
|
$(AM_V_at)$(top_builddir)/pre-inst-env \
|
||||||
guix weather -m "$(top_srcdir)/etc/release-manifest.scm" \
|
guix weather -m "$(top_srcdir)/etc/release-manifest.scm" \
|
||||||
|
--substitute-urls="https://ci.guix.gnu.org" \
|
||||||
--display-missing
|
--display-missing
|
||||||
|
|
||||||
# Make sure the final inputs don't refer to bootstrap tools.
|
# Make sure the final inputs don't refer to bootstrap tools.
|
||||||
|
|
Loading…
Reference in a new issue