From 757c16de0dd8677db5cf4c5e1a5cd0f667bc434a Mon Sep 17 00:00:00 2001 From: Dan Wang Date: Fri, 22 Nov 2024 19:03:00 +0800 Subject: [PATCH] ci: recover the workflows building thirdparty images for centos7 on Github --- .github/workflows/thirdparty-regular-push.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/thirdparty-regular-push.yml b/.github/workflows/thirdparty-regular-push.yml index 6ce68aae10..6dee782750 100644 --- a/.github/workflows/thirdparty-regular-push.yml +++ b/.github/workflows/thirdparty-regular-push.yml @@ -49,8 +49,7 @@ jobs: - ubuntu1804 - ubuntu2004 - ubuntu2204 - # TODO(wangdan): disable centos7 temporarily before image build-env-centos7-* is fixed. - # - centos7 + - centos7 steps: - uses: actions/checkout@v4 - name: Set up QEMU @@ -92,8 +91,7 @@ jobs: - ubuntu1804 - ubuntu2004 - ubuntu2204 - # TODO(wangdan): disable centos7 temporarily before image build-env-centos7-* is fixed. - # - centos7 + - centos7 steps: # The glibc version on ubuntu1804 and centos7 is lower than the actions/checkout@v4 required, so # we need to force to use actions/checkout@v3. @@ -137,8 +135,7 @@ jobs: - ubuntu1804 - ubuntu2004 - ubuntu2204 - # TODO(wangdan): disable centos7 temporarily before image build-env-centos7-* is fixed. - # - centos7 + - centos7 steps: # The glibc version on ubuntu1804 and centos7 is lower than the actions/checkout@v4 required, so # we need to force to use actions/checkout@v3.