Skip to content

Commit d2616f2

Browse files
authored
disabling tuvx on windows fortran (#754)
* disabling tuvx on windows fortran * just disabling tuvx
1 parent 58ae64c commit d2616f2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
- name: Test
8888
run: cd build ; ctest -C Debug --output-on-failure --verbose
8989

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++
9093
fortran:
9194
runs-on: windows-latest
9295
continue-on-error: true
@@ -117,7 +120,7 @@ jobs:
117120
-D CMAKE_BUILD_TYPE=${{ matrix.build_type }} \
118121
-D MUSICA_GIT_TAG=${{ github.sha }} \
119122
-D MUSICA_ENABLE_MICM=ON \
120-
-D MUSICA_ENABLE_TUVX=ON \
123+
-D MUSICA_ENABLE_TUVX=OFF \
121124
-D MUSICA_ENABLE_CARMA=ON \
122125
-D MUSICA_ENABLE_PYTHON_LIBRARY=ON \
123126
-D MUSICA_BUILD_FORTRAN_INTERFACE=ON \

0 commit comments

Comments
 (0)