Skip to content

Commit 4c6d556

Browse files
authored
Merge pull request #889 from aarongreig/aaron/disableGenerateWindowsCherrypick
[ADAPTERS] Cherry-pick "Temporarily disable running check-generated target in windows CI."
2 parents 1d706f6 + aa80476 commit 4c6d556

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,10 @@ jobs:
222222
-DUR_BUILD_TESTS=ON
223223
-DUR_FORMAT_CPP_STYLE=ON
224224
225-
- name: Generate source from spec, check for uncommitted diff
226-
if: matrix.os == 'windows-2022'
227-
run: cmake --build ${{github.workspace}}/build --target check-generated --config ${{matrix.build_type}}
225+
# TODO: re-enable when check-generated is fixed for windows runners see #888
226+
# - name: Generate source from spec, check for uncommitted diff
227+
# if: matrix.os == 'windows-2022'
228+
# run: cmake --build ${{github.workspace}}/build --target check-generated --config ${{matrix.build_type}}
228229

229230
- name: Build all
230231
run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}} -j 2

0 commit comments

Comments
 (0)