Skip to content

Commit

Permalink
build.yml: drop "Build RPM (Centos:7)" build test
Browse files Browse the repository at this point in the history
yum command failed because of CentOS7 have been deprecated.
We should drop it now.
  • Loading branch information
syuu1228 committed Jul 8, 2024
1 parent 0e23d55 commit d76c415
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
pip install -r test-requirements.txt
pytest ./tests
- name: Build RPM (Centos:7)
run: docker run -v `pwd`:/scylla-machine-image -w /scylla-machine-image --rm centos:7.2.1511 bash -c './dist/redhat/build_rpm.sh -t centos7'

- name: Build RPM (Rockylinux:8)
run: docker run -v `pwd`:/scylla-machine-image -w /scylla-machine-image --rm rockylinux:8 bash -c 'dnf update -y; dnf install -y git ; git config --global --add safe.directory "*"; ./dist/redhat/build_rpm.sh -t centos8'

Expand Down

0 comments on commit d76c415

Please sign in to comment.