Skip to content

Commit

Permalink
ci: recover the workflows building thirdparty images for centos7 on G…
Browse files Browse the repository at this point in the history
…ithub (apache#2150)

apache#2135.

Since the workflow building images of compilation environment for centos7 has
been fixed by apache#2145, building
thirdparty images should also be recovered.
  • Loading branch information
empiredan authored Nov 25, 2024
1 parent 9daa73f commit f8de6da
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/thirdparty-regular-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f8de6da

Please sign in to comment.