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 3a07548 No need to run RAT here
3a07548 is described below
commit 3a07548cc6777dd85a7fc7f63603866ad654c282
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 1 00:37:40 2022 +0100
No need to run RAT here
[skip ci]
---
src/docker/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/docker/build.sh b/src/docker/build.sh
index 7755275..0424f1e 100755
--- a/src/docker/build.sh
+++ b/src/docker/build.sh
@@ -25,7 +25,7 @@ cd /home/crypto # must agree with virtual mount in
docker-compose.yaml
cp /usr/include/x86_64-linux-gnu/openssl/opensslconf.h /usr/include/openssl
# Run the 64-bit builds.
-mvn -V package
+mvn -V package -Drat.skip
# use process-classes rather than package to speed up builds
mvn -DskipTests -Drat.skip process-classes -P linux-aarch64