File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ for shared in shared static both; do
5151 echo " ==> Meson build (BUILD_SHARED_LIBS=$shared )"
5252
5353 rm -rf " $build "
54- meson setup $build -Ddefault_library=$shared -Dslh_dsa_ascon_128s=enabled -Dslh_dsa_ascon_128f=enabled
54+ meson setup $build -Ddefault_library=$shared -Dslh_dsa_ascon_128s=enabled -Dslh_dsa_ascon_128f=enabled $@
5555 meson compile -C $build
5656
5757 meson test -v -C $build --suite regression
Original file line number Diff line number Diff line change @@ -355,12 +355,10 @@ jobs:
355355 binutils
356356 meson
357357
358- # The workflow-level "shell: bash" default resolves to Cygwin's bash here
359- # rather than the runner's Git bash: the action prepends Cygwin's bin to
360- # PATH, and GitHub looks the interpreter up there. That is what makes the
361- # POSIX script below run against the Cygwin toolchain at all.
358+ # Disable tests as Cygwin runner causes the error "Invalid relocation."
359+ # for half of the test cases.
362360 - name : Build and test
363- run : sh .github/scripts/vm-build-and-test.sh
361+ run : sh .github/scripts/vm-build-and-test.sh -Dtests=disabled
364362
365363 # MSVC is the reference Windows toolchain.
366364 # MSVC currently disabled as I am not sure how to install Meson
You can’t perform that action at this time.
0 commit comments