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
  • Loading branch information
empiredan committed Nov 22, 2024
1 parent 5886404 commit 757c16d
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 757c16d

Please sign in to comment.