From e10b24ae3f1a622e758138a05315f069ba3f07ef Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:38:59 -0400 Subject: [PATCH] ci(windows): use boost from source (#3231) --- .codeql-prebuild-cpp-Windows.sh | 1 - .github/workflows/CI.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.codeql-prebuild-cpp-Windows.sh b/.codeql-prebuild-cpp-Windows.sh index 0ada468e..31ee6cd9 100644 --- a/.codeql-prebuild-cpp-Windows.sh +++ b/.codeql-prebuild-cpp-Windows.sh @@ -19,7 +19,6 @@ pacman -Syu --noconfirm --ignore=mingw-w64-ucrt-x86_64-curl \ gcc \ git \ make \ - mingw-w64-ucrt-x86_64-boost \ mingw-w64-ucrt-x86_64-cmake \ mingw-w64-ucrt-x86_64-cppwinrt \ mingw-w64-ucrt-x86_64-graphviz \ diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c022d193..9dae2525 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1033,7 +1033,6 @@ jobs: pacman -Syu --noconfirm \ --ignore=mingw-w64-ucrt-x86_64-curl \ git \ - mingw-w64-ucrt-x86_64-boost \ mingw-w64-ucrt-x86_64-cmake \ mingw-w64-ucrt-x86_64-cppwinrt \ mingw-w64-ucrt-x86_64-graphviz \ @@ -1144,6 +1143,7 @@ jobs: --exclude-unreachable-branches \ --exclude '.*tests/.*' \ --exclude '.*third-party/.*' \ + --exclude '.*_deps/.*' \ --xml-pretty \ -o coverage.xml