Skip to content

Commit 0ae0021

Browse files
committed
ci: disable valgrind
1 parent d63c793 commit 0ae0021

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ jobs:
113113
run: cmake --workflow nofind
114114

115115

116-
116+
# not a meaningful need for this in a pure fortran program
117117
valgrind-memory:
118+
if: false
118119
runs-on: ubuntu-latest
119120
needs: gcc-new
120121
timeout-minutes: 10

memcheck.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
cmake_minimum_required(VERSION 3.19)
1010

11-
list(APPEND opts -DCMAKE_BUILD_TYPE=Debug)
11+
list(APPEND opts -DCMAKE_BUILD_TYPE=Debug -Dh5fortran_BUILD_TESTING=ON)
1212

1313
if(NOT DEFINED CTEST_MEMORYCHECK_TYPE)
1414
set(CTEST_MEMORYCHECK_TYPE "Valgrind")

0 commit comments

Comments
 (0)