changeset 32226:6f9f2e2c2ae8 stable

GitHub-CI (windows): Run check with "--no-gui-libs" flag. * .github/workflows/make.yaml (windows): Run the test suite without loading the GUI libraries. This works arounds a crash on the GitHub hosted Windows runner.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 03 Aug 2023 18:54:08 +0200
parents 17529acb5248
children 1ce9acf56351 dc89f561451a
files .github/workflows/make.yaml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Tue Aug 01 13:17:17 2023 -0400
+++ b/.github/workflows/make.yaml	Thu Aug 03 18:54:08 2023 +0200
@@ -571,7 +571,7 @@
           echo "makeinfo_program (sprintf ('%s && cd %s && perl makeinfo', [s=nthargout(2, @system, 'cygpath -w /usr/bin')](1:2), strtrim (s)));" \
             >> ./scripts/startup/site-rcfile
           export PATH=$(echo "$PATH" | sed -e "s|$MINGW_PREFIX/lib/ccache/bin:||g")
-          make -C ./.build check | tee ./test-suite.log
+          make -C ./.build check RUN_OCTAVE_OPTIONS="--no-gui-libs" | tee ./test-suite.log
 
       - name: display test log
         continue-on-error: true