From f8de6dabd2bf96a8eafa6c23136ba1776540556d Mon Sep 17 00:00:00 2001 From: Dan Wang Date: Mon, 25 Nov 2024 16:42:29 +0800 Subject: [PATCH] ci: recover the workflows building thirdparty images for centos7 on Github (#2150) https://github.com/apache/incubator-pegasus/issues/2135. Since the workflow building images of compilation environment for centos7 has been fixed by https://github.com/apache/incubator-pegasus/pull/2145, building thirdparty images should also be recovered. --- .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.