[cpp-linbuild] 02/05: Silence run_container_* command

Codeberg noreply at shibboleth.net
Sun Feb 15 00:12:09 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch maint-3
in repository cpp-linbuild.

View the commit online:
https://codeberg.org/Shibboleth/cpp-linbuild/commit/47ab2a3a63fba2492bcc1e7a6f3f4341cac75ef6

commit 47ab2a3a63fba2492bcc1e7a6f3f4341cac75ef6
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 21339f3..770fec8 100644
--- a/Makefile
+++ b/Makefile
@@ -276,7 +276,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