mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 08:10:30 -05:00
- Add cross platform openbsd to github ci.
This commit is contained in:
parent
12119e2d3e
commit
06d5031d22
2 changed files with 15 additions and 3 deletions
17
.github/workflows/analysis_ports.yml
vendored
17
.github/workflows/analysis_ports.yml
vendored
|
|
@ -161,14 +161,23 @@ jobs:
|
||||||
# test_windows: "yes"
|
# test_windows: "yes"
|
||||||
# config: "no"
|
# config: "no"
|
||||||
# make: "no"
|
# make: "no"
|
||||||
- name: FreeBSD
|
# - name: FreeBSD
|
||||||
|
# os: ubuntu-latest
|
||||||
|
# config: "no"
|
||||||
|
# make: "no"
|
||||||
|
# with_cross_platform_action: "yes"
|
||||||
|
# cross_platform_os: "freebsd"
|
||||||
|
# cross_platform_arch: "x86-64"
|
||||||
|
# cross_platform_version: "14.1"
|
||||||
|
# cross_platform_config: "--enable-debug --disable-flto --with-libevent --disable-static"
|
||||||
|
- name: OpenBSD
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
config: "no"
|
config: "no"
|
||||||
make: "no"
|
make: "no"
|
||||||
with_cross_platform_action: "yes"
|
with_cross_platform_action: "yes"
|
||||||
cross_platform_os: "freebsd"
|
cross_platform_os: "openbsd"
|
||||||
cross_platform_arch: "x86-64"
|
cross_platform_arch: "x86-64"
|
||||||
cross_platform_version: "14.1"
|
cross_platform_version: "7.5"
|
||||||
cross_platform_config: "--enable-debug --disable-flto --with-libevent --disable-static"
|
cross_platform_config: "--enable-debug --disable-flto --with-libevent --disable-static"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -354,7 +363,9 @@ jobs:
|
||||||
memory: 4G
|
memory: 4G
|
||||||
cpu_count: 2
|
cpu_count: 2
|
||||||
run: |
|
run: |
|
||||||
|
set -e -x
|
||||||
if test "$CROSS_PLATFORM_OS" = "freebsd"; then sudo pkg install -y openssl libevent expat; fi
|
if test "$CROSS_PLATFORM_OS" = "freebsd"; then sudo pkg install -y openssl libevent expat; fi
|
||||||
|
if test "$CROSS_PLATFORM_OS" = "openbsd"; then sudo pkg_add libevent; fi
|
||||||
echo "::group::configure"
|
echo "::group::configure"
|
||||||
./configure ${{ matrix.cross_platform_config }}
|
./configure ${{ matrix.cross_platform_config }}
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
21 August 2024: Wouter
|
21 August 2024: Wouter
|
||||||
- Add cross platform freebsd to github ci.
|
- Add cross platform freebsd to github ci.
|
||||||
|
- Add cross platform openbsd to github ci.
|
||||||
|
|
||||||
20 August 2024: Wouter
|
20 August 2024: Wouter
|
||||||
- Add iter-scrub-ns, iter-scrub-cname and max-global-quota
|
- Add iter-scrub-ns, iter-scrub-cname and max-global-quota
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue