Skip to content

Commit

Permalink
240103.140448.HKT avoid a failure of gtest on Windows with gfortran-11
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jan 3, 2024
1 parent 56c5f25 commit f592ad3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_gfortran_O12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]
testdim: [small]

# As of 20240103, windows-latest and gfortran-11 fail with Error -1073740940, which means
# "The system was not able to allocate enough memory to perform a stack switch" according to
# https://stackoverflow.com/questions/66043078/process-terminated-with-status-1073740940
exclude:
- os: windows-latest
version: 11

steps:

- name: Set http.postBuffer and core.compression
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test_gfortran_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]
testdim: [small]

# As of 20240103, windows-latest and gfortran-11 fail with Error -1073740940, which means
# "The system was not able to allocate enough memory to perform a stack switch" according to
# https://stackoverflow.com/questions/66043078/process-terminated-with-status-1073740940
exclude:
- os: windows-latest
version: 11

steps:

- name: Set http.postBuffer and core.compression
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test_gfortran_gO3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]
testdim: [small]

# As of 20240103, windows-latest and gfortran-11 fail with Error -1073740940, which means
# "The system was not able to allocate enough memory to perform a stack switch" according to
# https://stackoverflow.com/questions/66043078/process-terminated-with-status-1073740940
exclude:
- os: windows-latest
version: 11

steps:

- name: Set http.postBuffer and core.compression
Expand Down

0 comments on commit f592ad3

Please sign in to comment.