From 8d76771999f040fa8ad8879a841b413b4507e747 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 12 Jul 2024 15:12:31 +0200 Subject: [PATCH] BSDs dont work part 2 --- .github/workflows/testsuite.yml | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) 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