There was an error while loading. Please reload this page.
1 parent 58ae64c commit d2616f2Copy full SHA for d2616f2
1 file changed
.github/workflows/windows.yml
@@ -87,6 +87,9 @@ jobs:
87
- name: Test
88
run: cd build ; ctest -C Debug --output-on-failure --verbose
89
90
+ # all tuv tests time out on windows github runners
91
+ # the reason is unknown at this time and we are not likely to investigate further in the near future
92
+ # especially since tuv-x is likely to be rewritten into c++
93
fortran:
94
runs-on: windows-latest
95
continue-on-error: true
@@ -117,7 +120,7 @@ jobs:
117
120
-D CMAKE_BUILD_TYPE=${{ matrix.build_type }} \
118
121
-D MUSICA_GIT_TAG=${{ github.sha }} \
119
122
-D MUSICA_ENABLE_MICM=ON \
- -D MUSICA_ENABLE_TUVX=ON \
123
+ -D MUSICA_ENABLE_TUVX=OFF \
124
-D MUSICA_ENABLE_CARMA=ON \
125
-D MUSICA_ENABLE_PYTHON_LIBRARY=ON \
126
-D MUSICA_BUILD_FORTRAN_INTERFACE=ON \
0 commit comments