ci(windows): use boost from source (#3231)
This commit is contained in:
@@ -19,7 +19,6 @@ pacman -Syu --noconfirm --ignore=mingw-w64-ucrt-x86_64-curl \
|
|||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
mingw-w64-ucrt-x86_64-boost \
|
|
||||||
mingw-w64-ucrt-x86_64-cmake \
|
mingw-w64-ucrt-x86_64-cmake \
|
||||||
mingw-w64-ucrt-x86_64-cppwinrt \
|
mingw-w64-ucrt-x86_64-cppwinrt \
|
||||||
mingw-w64-ucrt-x86_64-graphviz \
|
mingw-w64-ucrt-x86_64-graphviz \
|
||||||
|
|||||||
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -1033,7 +1033,6 @@ jobs:
|
|||||||
pacman -Syu --noconfirm \
|
pacman -Syu --noconfirm \
|
||||||
--ignore=mingw-w64-ucrt-x86_64-curl \
|
--ignore=mingw-w64-ucrt-x86_64-curl \
|
||||||
git \
|
git \
|
||||||
mingw-w64-ucrt-x86_64-boost \
|
|
||||||
mingw-w64-ucrt-x86_64-cmake \
|
mingw-w64-ucrt-x86_64-cmake \
|
||||||
mingw-w64-ucrt-x86_64-cppwinrt \
|
mingw-w64-ucrt-x86_64-cppwinrt \
|
||||||
mingw-w64-ucrt-x86_64-graphviz \
|
mingw-w64-ucrt-x86_64-graphviz \
|
||||||
@@ -1144,6 +1143,7 @@ jobs:
|
|||||||
--exclude-unreachable-branches \
|
--exclude-unreachable-branches \
|
||||||
--exclude '.*tests/.*' \
|
--exclude '.*tests/.*' \
|
||||||
--exclude '.*third-party/.*' \
|
--exclude '.*third-party/.*' \
|
||||||
|
--exclude '.*_deps/.*' \
|
||||||
--xml-pretty \
|
--xml-pretty \
|
||||||
-o coverage.xml
|
-o coverage.xml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user