1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00

ci: delete flaky FreeBSD 13.2 job

Keep FreeBSD 14.
This commit is contained in:
Viktor Szakats
2024-03-29 11:55:04 +00:00
parent 1a7c7fb6c1
commit 576ca7a067

View File

@@ -541,29 +541,6 @@ jobs:
build_freebsd:
name: 'FreeBSD (autotools, openssl, clang, amd64)'
runs-on: macos-12
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: 'autotools'
uses: cross-platform-actions/action@v0.21.1
with:
operating_system: "freebsd"
version: "13.2"
architecture: "x86_64"
run: |
# https://ports.freebsd.org/
sudo pkg install -y autoconf automake libtool
setenv CC clang
autoreconf -fi
mkdir bld && cd bld && ../configure --enable-werror --enable-debug \
--with-crypto=openssl \
--disable-docker-tests
make -j3
make check VERBOSE=1
build_freebsd_new:
name: 'FreeBSD 14 (autotools, openssl, clang, amd64)'
runs-on: ubuntu-22.04
timeout-minutes: 30
steps: