From 12d2ce7b6eab1f7258c0e19e869c748a1c8871a4 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sun, 8 Sep 2024 00:50:50 +0200 Subject: [PATCH] ci: disable broken code coverage on windows --- .github/workflows/CICD.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index baaf9b9cb..bce07a803 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -938,7 +938,8 @@ jobs: job: - { os: ubuntu-latest , features: unix, toolchain: nightly } - { os: macos-latest , features: macos, toolchain: nightly } - - { os: windows-latest , features: windows, toolchain: nightly-x86_64-pc-windows-gnu } + # FIXME: Re-enable Code Coverage on windows, which currently fails due to "profiler_builtins". See #6686. + # - { os: windows-latest , features: windows, toolchain: nightly-x86_64-pc-windows-gnu } steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master