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/12/20 23:02:16 UTC

(commons-crypto) branch master updated: Drop the time (done in workflow)

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 ad7e5560 Drop the time (done in workflow)
ad7e5560 is described below

commit ad7e55603ff480e26fd50c17cae79ff42b3b0659
Author: Sebb <se...@apache.org>
AuthorDate: Wed Dec 20 23:02:06 2023 +0000

    Drop the time (done in workflow)
---
 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 dff9aece..cbc168b5 100755
--- a/src/docker/build_linux32.sh
+++ b/src/docker/build_linux32.sh
@@ -30,7 +30,7 @@ cp /usr/include/i386-linux-gnu/openssl/opensslconf.h /usr/include/openssl
 apt-get update
 
 # Needed for linux32, but causes linux 64 builds to fail
-time apt-get --assume-yes -qq install g++-multilib >/dev/null
+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+