Skip to content

Commit

Permalink
Merge branch 'next' into preinstall_raid_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronkaikov committed Jul 8, 2024
2 parents fad95b4 + 844a9e3 commit ddf58ec
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 ddf58ec

Please sign in to comment.