[cpp-linbuild] 01/04: Silence run_container_* command
Codeberg
noreply at shibboleth.net
Sun Feb 15 00:12:59 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-linbuild/commit/eac7013cb2b325719e8437d327cbf4090103f9be
commit eac7013cb2b325719e8437d327cbf4090103f9be
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Sat Feb 14 14:30:40 2026 -0500
Silence run_container_* command
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index df07335..6afc2ac 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,7 @@ $(foreach platform,$(PLATFORMS),$(foreach component,$(COMPONENTS),$(eval $(call
define run-container-platform
.PHONY: run_container_$(1)
run_container_$(1): $$($(1)_token) $(SOURCEDIR)/$$($(1)_DISTFILE)
- docker run -it --rm \
+ @docker run -it --rm \
-v $$($(1)_products):/opt/build/external/out:z \
-v $(srcdir)common:/opt/build/external/in:z \
shibboleth/$(1):$(BASETAG) \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list