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 038bab75 No need for tests here [skip ci]
038bab75 is described below

commit 038bab75e1c7a6708f9e1a938f60d1107a63fa9e
Author: Sebb <s...@apache.org>
AuthorDate: Wed Nov 29 21:30:16 2023 +0000

    No need for tests here [skip ci]
---
 src/docker/build.sh         | 4 ++--
 src/docker/build_linux32.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/docker/build.sh b/src/docker/build.sh
index 3c59dbce..a891b611 100755
--- a/src/docker/build.sh
+++ b/src/docker/build.sh
@@ -29,8 +29,8 @@ cp /usr/include/x86_64-linux-gnu/openssl/opensslconf.h 
/usr/include/openssl
 MAVEN_ARGS="-V -B -ntp -Drat.skip -Djacoco.skip -DbuildNumber.skip 
-Danimal.sniffer.skip -Dcyclonedx.skip -Dspdx.skip"
 # requires Maven 3.9.0+ to be automatically read
 
-# Run the 64-bit builds.
-mvn clean package ${MAVEN_ARGS}
+# Run the 64-bit builds (no test)
+mvn clean test -DskipTests ${MAVEN_ARGS}
 
 # use process-classes rather than package to speed up builds
 mvn process-classes -Dtarget.name=linux-aarch64 ${MAVEN_ARGS}
diff --git a/src/docker/build_linux32.sh b/src/docker/build_linux32.sh
index 6c8bd34a..2c5331f4 100755
--- a/src/docker/build_linux32.sh
+++ b/src/docker/build_linux32.sh
@@ -34,7 +34,7 @@ time apt-get --assume-yes -qq install g++-multilib >/dev/null
 MAVEN_ARGS="-V -B -ntp -Drat.skip -Djacoco.skip -DbuildNumber.skip 
-Danimal.sniffer.skip -Dcyclonedx.skip -Dspdx.skip"
 # requires Maven 3.9.0+ to be automatically read
 
-mvn -DskipTests package -Dtarget.name=linux32 ${MAVEN_ARGS}
+mvn process-classes -Dtarget.name=linux32 ${MAVEN_ARGS}
 
 # Show generated files
 find target/classes/org/apache/commons/crypto/native -type f -ls

Reply via email to