Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions .github/workflows/ci-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

name: CI - C++ Build - PR validation
name: PR validation
on:
pull_request:
branches:
Expand Down Expand Up @@ -74,21 +74,6 @@ jobs:
run: ./pulsar-test-service-stop.sh


cpp-build-centos7:
name: Build CPP Client on CentOS7
needs: unit-tests
runs-on: ubuntu-20.04
timeout-minutes: 120

steps:
- name: checkout
uses: actions/checkout@v2

- name: build cpp client on centos 7
run: |
echo "Build C++ client library on CentOS 7"
./docker-build-centos7.sh

cpp-build-windows:
timeout-minutes: 120
name: Build CPP Client on ${{ matrix.name }}
Expand Down
39 changes: 0 additions & 39 deletions docker-build-centos7.sh

This file was deleted.