This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git
The following commit(s) were added to refs/heads/main by this push:
new 7322af60 Set debian mirror to debian archive site for getting buster
packages which used by current github ubuntu-latest docker building action (#71)
7322af60 is described below
commit 7322af60f791d8ed0287070647833ec3b5948231
Author: zrlw <[email protected]>
AuthorDate: Sun Jul 13 15:29:09 2025 +0800
Set debian mirror to debian archive site for getting buster packages which
used by current github ubuntu-latest docker building action (#71)
---
.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 ccb38a79..0154cb40 100644
--- a/.github/workflows/dubbo-3_2.yml
+++ b/.github/workflows/dubbo-3_2.yml
@@ -166,7 +166,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 a6310e08..ecc4898b 100644
--- a/.github/workflows/dubbo-3_3.yml
+++ b/.github/workflows/dubbo-3_3.yml
@@ -166,7 +166,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 db6b00ee..228e3951 100644
--- a/.github/workflows/nightly-dubbo-3.yml
+++ b/.github/workflows/nightly-dubbo-3.yml
@@ -163,7 +163,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