]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
BSDs dont work part 2
authorWillem Toorop <willem@nlnetlabs.nl>
Fri, 12 Jul 2024 13:12:31 +0000 (15:12 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Fri, 12 Jul 2024 13:12:31 +0000 (15:12 +0200)
.github/workflows/testsuite.yml

index 7c54047591206a384ac8c1cc6d833c11946c0f5e..57ca9865c86ca2c02b97bc5990e01c1560f5665b 100644 (file)
@@ -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