File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,13 +113,14 @@ jobs:
113113 clang-runtime : ' 21'
114114 debug_build : true
115115
116- - name : selfh-ubu22-gcc12-runtime18 -analyzers
116+ - name : selfh-ubu22-gcc12-runtime19 -analyzers
117117 os : self-hosted # ubuntu-22.04
118118 compiler : gcc-12
119- clang-runtime : ' 18 '
119+ clang-runtime : ' 19 '
120120 coverage : true
121121 cuda : true
122- # extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On'
122+ extra_cmake_options : ' -DCLAD_ENABLE_ENZYME_BACKEND=On'
123+ extra_packages : ' libzstd-dev '
123124 # clang-format: true
124125
125126 - name : ubu24-gcc13-runtime20-benchmarks
Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ if (NOT CLAD_BUILD_STATIC_ONLY)
8787 Enzyme
8888 GIT_REPOSITORY https://github.com/EnzymeAD/Enzyme
8989 GIT_TAG v0.0.224
90- PATCH_COMMAND #${_enzyme_patch_command}
90+ PATCH_COMMAND ${CMAKE_COMMAND } -E rm -rf ${CMAKE_BINARY_DIR } /tools/Enzyme-prefix/src/Enzyme/enzyme/benchmarks
91+ #PATCH_COMMAND #${_enzyme_patch_command}
9192 UPDATE_COMMAND ""
9293 EXTRA_CMAKE_ARGS ${EXTRA_CMAKE_ARGS}
9394 SOURCE_SUBDIR enzyme
You can’t perform that action at this time.
0 commit comments