Skip to content

Commit

Permalink
[vcpkg-ci-boost] All triplets (#28619)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Dec 21, 2023
1 parent c6f9a7b commit 38bd590
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
7 changes: 6 additions & 1 deletion scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1265,9 +1265,14 @@ vcpkg-ci-arrow:x64-windows-static=pass
vcpkg-ci-arrow:x64-windows-static-md=pass
vcpkg-ci-arrow:x64-osx=pass
vcpkg-ci-arrow:x64-linux=pass
vcpkg-ci-boost:x64-linux=pass
vcpkg-ci-boost:arm-neon-android=pass
vcpkg-ci-boost:arm64-android=pass
vcpkg-ci-boost:arm64-uwp=pass
vcpkg-ci-boost:arm64-windows=pass
vcpkg-ci-boost:x64-android=pass
vcpkg-ci-boost:x64-linux=pass
vcpkg-ci-boost:x64-osx=pass
vcpkg-ci-boost:x64-uwp=pass
vcpkg-ci-boost:x64-windows-static-md=pass
vcpkg-ci-boost:x64-windows-static=pass
vcpkg-ci-boost:x64-windows=pass
Expand Down
30 changes: 13 additions & 17 deletions scripts/test_ports/vcpkg-ci-boost/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"features": [
"mpi"
],
"platform":"!(arm & windows)"
"platform": "!staticcrt & !(arm & windows) & !uwp"
},
{
"name": "boost-asio",
Expand All @@ -24,55 +24,51 @@
"features": [
"numa"
],
"platform":"!uwp & !arm & !emscripten"
"platform": "!uwp & !arm & !emscripten"
},
{
"name": "boost-locale",
"default-features": false,
"features": [
"icu"
],
"platform":"!uwp"
"platform": "!uwp"
},
{
"name": "boost-mpi",
"default-features": false,
"features": [
"python3"
],
"platform": "!static & !(arm & windows)"
"platform": "!staticcrt & !static & !uwp & !(arm & windows)"
},
{
"name":"boost-odeint",
"default-features":false
"name": "boost-odeint",
"default-features": false
},
{
"name": "boost-odeint",
"default-features": false,
"features": [
"mpi"
],
"platform": "!(arm & windows)"
"platform": "!staticcrt & !uwp & !(windows & arm)"
},
{
"name": "boost-python",
"default-features":false,
"features":[
"python2"
"default-features": false,
"features": [
"python3"
],
"platform":"!(arm & windows)"
"platform": "!emscripten & !ios & !android & !uwp"
},
{
"name": "boost-python",
"default-features": false,
"features": [
"python3"
"python2"
],
"platform":"!uwp"
},
{
"name":"boost-regex",
"default-features":false
"platform": "!android & !emscripten & !ios & !(arm & osx) & !(arm & windows) & !uwp"
},
{
"name": "boost-regex",
Expand Down

0 comments on commit 38bd590

Please sign in to comment.