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

zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new dc30fba36 Set debian mirror to debian archive site for getting buster 
packages which used by current github ubuntu-latest docker building action 
(#1232)
dc30fba36 is described below

commit dc30fba36c8c53dd246bb04581efb26968f4e7d3
Author: zrlw <[email protected]>
AuthorDate: Sun Jul 13 14:21:39 2025 +0800

    Set debian mirror to debian archive site for getting buster packages which 
used by current github ubuntu-latest docker building action (#1232)
---
 .github/workflows/dubbo-3_2.yml       | 2 +-
 .github/workflows/dubbo-3_3.yml       | 2 +-
 .github/workflows/nightly-dubbo-3.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/dubbo-3_2.yml b/.github/workflows/dubbo-3_2.yml
index 884e21904..a243d0066 100644
--- a/.github/workflows/dubbo-3_2.yml
+++ b/.github/workflows/dubbo-3_2.yml
@@ -211,7 +211,7 @@ jobs:
           echo "CANDIDATE_VERSIONS=$CANDIDATE_VERSIONS" >> $GITHUB_ENV
       - name: Build test image
         run: |
-          cd test && bash ./build-test-image.sh
+          cd test && bash -c 
'DEBIAN_MIRROR=http://archive.debian.org/debian-archive ./build-test-image.sh'
       - name: Run tests
         run: cd test && bash ./run-tests.sh
       - name: Upload test result
diff --git a/.github/workflows/dubbo-3_3.yml b/.github/workflows/dubbo-3_3.yml
index f91f4d0cb..0e5ae0456 100644
--- a/.github/workflows/dubbo-3_3.yml
+++ b/.github/workflows/dubbo-3_3.yml
@@ -203,7 +203,7 @@ jobs:
           echo "CANDIDATE_VERSIONS=$CANDIDATE_VERSIONS" >> $GITHUB_ENV
       - name: Build test image
         run: |
-          cd test && bash ./build-test-image.sh
+          cd test && bash -c 
'DEBIAN_MIRROR=http://archive.debian.org/debian-archive ./build-test-image.sh'
       - name: Run tests
         run: cd test && bash ./run-tests.sh
       - name: Upload test result
diff --git a/.github/workflows/nightly-dubbo-3.yml 
b/.github/workflows/nightly-dubbo-3.yml
index e0d7a4355..377be6dc3 100644
--- a/.github/workflows/nightly-dubbo-3.yml
+++ b/.github/workflows/nightly-dubbo-3.yml
@@ -165,7 +165,7 @@ jobs:
           echo "CANDIDATE_VERSIONS=$CANDIDATE_VERSIONS" >> $GITHUB_ENV
       - name: Build test image
         run: |
-          cd test && bash ./build-test-image.sh
+          cd test && bash -c 
'DEBIAN_MIRROR=http://archive.debian.org/debian-archive ./build-test-image.sh'
       - name: Run tests
         run: cd test && bash ./run-tests.sh
       - name: Upload test result


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to