From 821c51e0a1291f17014123db5edfd1ef9ab4f772 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Mon, 5 Jun 2023 12:14:24 -0700 Subject: [PATCH] Disable non-hermetic breakage due to github runner update See https://github.com/actions/runner-images/issues/7662 PiperOrigin-RevId: 537946689 --- .github/workflows/test_cpp.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_cpp.yml b/.github/workflows/test_cpp.yml index f45b59ed13..6b5f9df7d9 100644 --- a/.github/workflows/test_cpp.yml +++ b/.github/workflows/test_cpp.yml @@ -348,13 +348,16 @@ jobs: -Dprotobuf_BUILD_SHARED_LIBS=OFF -Dprotobuf_BUILD_EXAMPLES=ON vsversion: '2019' - - name: Windows CMake 2022 - os: windows-2022 - flags: >- - -G Ninja -Dprotobuf_WITH_ZLIB=OFF -Dprotobuf_BUILD_CONFORMANCE=OFF - -Dprotobuf_BUILD_SHARED_LIBS=OFF - -Dprotobuf_BUILD_EXAMPLES=ON - vsversion: '2022' + # TODO(b/285566773) Re-enable this test. + # This is broken due to a github runner update. + # See https://github.com/actions/runner-images/issues/7662 for more details + #- name: Windows CMake 2022 + # os: windows-2022 + # flags: >- + # -G Ninja -Dprotobuf_WITH_ZLIB=OFF -Dprotobuf_BUILD_CONFORMANCE=OFF + # -Dprotobuf_BUILD_SHARED_LIBS=OFF + # -Dprotobuf_BUILD_EXAMPLES=ON + # vsversion: '2022' - name: Windows CMake Shared os: windows-2019 flags: >-