Skip to content

Commit

Permalink
Merge pull request #345 from AkihiroSuda/ci-drop-centos7
Browse files Browse the repository at this point in the history
CI: drop CentOS 7
  • Loading branch information
AkihiroSuda authored May 10, 2024
2 parents 5e74f76 + 1c4eec1 commit 42fd6a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 118 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,3 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: DOCKER_BUILDKIT=1 docker build -f Dockerfile.buildtests .
test-centos7:
runs-on: macos-12
env:
LIBSECCOMP_COMMIT: v2.3.3
LIBSLIRP_COMMIT: v4.1.0
BENCHMARK_IPERF3_DURATION: 3
steps:
- uses: actions/checkout@v2
- name: Setup CentOS 7 VM
run: |
vagrant up --provision --no-tty
cat > ./run-vagrant-tests <<'EOF'
exec vagrant ssh --no-tty -c "
export LIBSECCOMP_COMMIT=\"${LIBSECCOMP_COMMIT}\"
export LIBSLIRP_COMMIT=\"${LIBSLIRP_COMMIT}\"
export BENCHMARK_IPERF3_DURATION=\"${BENCHMARK_IPERF3_DURATION}\"
/src/build-and-test
"
EOF
- name: Build and test with Debian 10's version of libseccomp
run: sh ./run-vagrant-tests
- name: Build and test with Ubuntu 20.04's versions of libseccomp/libslirp
run: sh ./run-vagrant-tests
env:
LIBSECCOMP_COMMIT: v2.4.3
LIBSLIRP_COMMIT: v4.1.0
- name: Build and test with recent versions of libseccomp/libslirp
run: sh ./run-vagrant-tests
env:
LIBSECCOMP_COMMIT: v2.5.4
LIBSLIRP_COMMIT: v4.7.0
1 change: 0 additions & 1 deletion Dockerfile.buildtests
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ FROM buildtest-ubuntu1804-common AS buildtest-ubuntu1804-dynamic
RUN ./configure && make && cp -f slirp4netns /

# CentOS 7 is no longer tested in this file.
# See Vagrantfile for CentOS 7 tests.

# openSUSE (dynamic only)
FROM opensuse/leap:15 AS buildtest-opensuse15-common
Expand Down
86 changes: 0 additions & 86 deletions Vagrantfile

This file was deleted.

0 comments on commit 42fd6a6

Please sign in to comment.