Skip to content

Commit 1146d71

Browse files
committed
Fix .github Windows workflows
1 parent 4212b19 commit 1146d71

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/build_nightly.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -894,15 +894,6 @@ jobs:
894894
_build/tests/cobol85/**/*.out
895895
_build/tests/cobol85/**/duration.txt
896896
897-
- name: Adjust testsuite
898-
run: |
899-
rem Skip test as it sometimes works and sometimes not...
900-
rem %MSYS_BASH% -lc "sed -i '/used_binaries/{N;/temporary path invalid/{N;N;N;N;s/traceon/traceon; echo \"workflow:1\">\"$at_check_line_file\"; at_fn_check_skip 77/;}}' tests/testsuite"
901-
902-
rem Change to expected fail if there's an error specific to the CI that we don't want to change
903-
rem in the testsuite for expected result (should normally only be a temporary thing)
904-
rem sed -i '/run_fundamental/{N;/Compare FLOAT-LONG with floating-point literal/{N;s/at_xfail=no/at_xfail=yes/;}}' tests/testsuite
905-
906897
- name: Run testsuite
907898
run: |
908899
rem To work around regular hangs we run NIST first, then the internal

.github/workflows/windows-msys2.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# command it provides, to workaround a diff bug under the MSYS2 CI ;
151151
# this no longer seems necessary today
152152
# PATH="$PATH:/c/Program Files/Git/usr/bin"
153-
../configure $CFGOPT CFLAGS=-std=c17
153+
../configure $CFGOPT CFLAGS=-std=gnu17 LDFLAGS=-lintl
154154
155155
- name: Upload config.log
156156
if: ${{ !cancelled() }}
@@ -185,12 +185,6 @@ jobs:
185185
_build/tests/cobol85/**/*.out
186186
_build/tests/cobol85/**/duration.txt
187187
188-
- name: Adjust testsuite
189-
shell: msys2 {0}
190-
run: |
191-
# Skip test as it sometimes works and sometimes not...
192-
# sed -i '/used_binaries/{N;/temporary path invalid/{N;N;N;N;s/traceon/traceon; echo "workflow:1">"$at_check_line_file"; at_fn_check_skip 77/;}}' tests/testsuite
193-
194188
- name: Run testsuite
195189
shell: msys2 {0}
196190
run: |

0 commit comments

Comments
 (0)