From: Willem Toorop Date: Fri, 12 Jul 2024 13:12:31 +0000 (+0200) Subject: BSDs dont work part 2 X-Git-Tag: release-1.8.4-rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d76771999f040fa8ad8879a841b413b4507e747;p=thirdparty%2Fldns.git BSDs dont work part 2 --- diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 7c540475..57ca9865 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -112,21 +112,21 @@ jobs: # pkginstall: pkg_add -v libtool gmake gindent automake-1.16.3 autoconf-2.71 # env: AUTOCONF_VERSION=2.71 AUTOMAKE_VERSION=1.16 # configure_args: --disable-dane-verify - - steps: - - uses: actions/checkout@main - with: - submodules: recursive - - name: Build and test on ${{ matrix.os.name }} - uses: cross-platform-actions/action@master - with: - operating_system: ${{ matrix.os.name }} - version: ${{ matrix.os.version }} - shell: bash - run: | - export DUMMY12345=1 ${{ matrix.os.env }} - sudo ${{ matrix.os.pkginstall }} || ${{ matrix.os.pkginstall }} - libtoolize -vci - autoreconf -vfi - ./configure ${{ matrix.os.configure_args }} - gmake test +# +# steps: +# - uses: actions/checkout@main +# with: +# submodules: recursive +# - name: Build and test on ${{ matrix.os.name }} +# uses: cross-platform-actions/action@master +# with: +# operating_system: ${{ matrix.os.name }} +# version: ${{ matrix.os.version }} +# shell: bash +# run: | +# export DUMMY12345=1 ${{ matrix.os.env }} +# sudo ${{ matrix.os.pkginstall }} || ${{ matrix.os.pkginstall }} +# libtoolize -vci +# autoreconf -vfi +# ./configure ${{ matrix.os.configure_args }} +# gmake test