changeset 1871:b89cf71ec40c

Fix accidentally commented out test matrix items
author Matt Johnston <matt@ucc.asn.au>
date Tue, 01 Feb 2022 22:25:51 +0800
parents 0dcc5b0d93fa
children 6b25cdad4783
files .github/workflows/build.yml
diffstat 1 files changed, 30 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/build.yml	Tue Feb 01 22:18:23 2022 +0800
+++ b/.github/workflows/build.yml	Tue Feb 01 22:25:51 2022 +0800
@@ -24,40 +24,40 @@
             multi: 1
             multilink: 1
 
-          # - name: multi binary, dropbearmulti argv0
-          #   multi: 1
-          #   multiwrapper: 1
+          - name: multi binary, dropbearmulti argv0
+            multi: 1
+            multiwrapper: 1
 
-          # - name: bundled libtom, bionic , no writev()
-          #   # test can use an older distro with bundled libtommath
-          #   os: ubuntu-18.04
-          #   configure_flags: --enable-bundled-libtom --enable-werror
-          #   # NOWRITEV is unrelated, test here to save a job
-          #   nowritev: 1
-          #   # our tests expect >= python3.7
-          #   runcheck: 'no'
+          - name: bundled libtom, bionic , no writev()
+            # test can use an older distro with bundled libtommath
+            os: ubuntu-18.04
+            configure_flags: --enable-bundled-libtom --enable-werror
+            # NOWRITEV is unrelated, test here to save a job
+            nowritev: 1
+            # our tests expect >= python3.7
+            runcheck: 'no'
 
-          # - name: linux clang
-          #   cc: clang
+          - name: linux clang
+            cc: clang
 
-          # - name: macos 10.15
-          #   os: macos-10.15
-          #   cc: clang
-          #   # OS X says daemon() and utmp are deprecated
-          #   extracflags: -Wno-deprecated-declarations
-          #   runcheck: 'no'
-          #   apt: 'no'
-          #   # fails with:
-          #   # .../ranlib: file: libtomcrypt.a(cbc_setiv.o) has no symbols
-          #   ranlib: ranlib -no_warning_for_no_symbols
+          - name: macos 10.15
+            os: macos-10.15
+            cc: clang
+            # OS X says daemon() and utmp are deprecated
+            extracflags: -Wno-deprecated-declarations
+            runcheck: 'no'
+            apt: 'no'
+            # fails with:
+            # .../ranlib: file: libtomcrypt.a(cbc_setiv.o) has no symbols
+            ranlib: ranlib -no_warning_for_no_symbols
 
-          # - name: macos 11
-          #   os: macos-11
-          #   cc: clang
-          #   extracflags: -Wno-deprecated-declarations
-          #   runcheck: 'no'
-          #   apt: 'no'
-          #   ranlib: ranlib -no_warning_for_no_symbols
+          - name: macos 11
+            os: macos-11
+            cc: clang
+            extracflags: -Wno-deprecated-declarations
+            runcheck: 'no'
+            apt: 'no'
+            ranlib: ranlib -no_warning_for_no_symbols
 
           # # Fuzzers run standalone. A bit superfluous with cifuzz, but
           # # good to run the whole corpus to keep it working.