You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/11/29 00:44:03 UTC

(commons-crypto) branch master updated: Quieten further [skip ci]

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new f27987ad Quieten further [skip ci]
f27987ad is described below

commit f27987add99295ecb5b45653f5cbe7eab032ad49
Author: Sebb <se...@apache.org>
AuthorDate: Wed Nov 29 00:43:58 2023 +0000

    Quieten further [skip ci]
---
 src/docker/build_linux32.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docker/build_linux32.sh b/src/docker/build_linux32.sh
index a0ed330e..6c8bd34a 100755
--- a/src/docker/build_linux32.sh
+++ b/src/docker/build_linux32.sh
@@ -27,7 +27,7 @@ cd /home/crypto # must agree with virtual mount in docker-compose.yaml
 cp /usr/include/i386-linux-gnu/openssl/opensslconf.h /usr/include/openssl
 
 # Needed for linux32, but causes linux 64 builds to fail
-time apt-get --assume-yes -qq install g++-multilib
+time apt-get --assume-yes -qq install g++-multilib >/dev/null
 
 # Speed up builds by disabling unnecessary plugins
 # Note: spdx.skip requires version 0.7.1+