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 0826852d Split up stages
0826852d is described below

commit 0826852d3479724527a881900b852c34f17c09a8
Author: Sebb <s...@apache.org>
AuthorDate: Wed Nov 29 21:32:05 2023 +0000

    Split up stages
---
 .github/workflows/maven_crosstest.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven_crosstest.yml 
b/.github/workflows/maven_crosstest.yml
index 18b99af6..07418dee 100644
--- a/.github/workflows/maven_crosstest.yml
+++ b/.github/workflows/maven_crosstest.yml
@@ -51,9 +51,11 @@ jobs:
       - name: Image prefix (lower case)
         run: |
           echo "IMAGE_PREFIX=$(echo ${{ env.REGISTRY }}/${{ github.repository 
}} | tr '[A-Z]' '[a-z]')" >>$GITHUB_ENV
-      - name: Build package
+      - name: Build 64 bit native code
         run: |
           time IMAGE_PREFIX=${IMAGE_PREFIX} docker compose -f 
src/docker/docker-compose-gh.yaml run --quiet-pull crypto-gh src/docker/build.sh
+      - name: Build 32 bit native code
+        run: |
           time IMAGE_PREFIX=${IMAGE_PREFIX} docker compose -f 
src/docker/docker-compose-gh.yaml run --quiet-pull crypto-gh 
src/docker/build_linux32.sh
           ls -l target
       - name: Run on aarch64

Reply via email to