Skip to content

Commit

Permalink
[libbson, vcpkg baseline] Remove passing and fix spurious failure. (#…
Browse files Browse the repository at this point in the history
…12300)

* [libbson] DISABLE_PARALLEL_CONFIGURE

* [vcpkg baseline] Fix 'passing, remove from baseline' in CI from 20200705.1

See https://dev.azure.com/vcpkg/public/_build/results?buildId=39820
  • Loading branch information
BillyONeal authored Jul 7, 2020
1 parent 1c409c4 commit 8f88666
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
1 change: 1 addition & 0 deletions ports/libbson/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: libbson
Version: 1.16.1
Port-Version: 1
Description: libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.
Homepage: https://github.com/mongodb/libbson
1 change: 1 addition & 0 deletions ports/libbson/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ string(REGEX REPLACE ".+Version:[ ]*([\\.0-9]+).*" "\\1" BUILD_VERSION "${_conte
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DENABLE_MONGOC=OFF
-DENABLE_BSON=ON
Expand Down
16 changes: 0 additions & 16 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ dlfcn-win32:x64-uwp=fail
dmlc:arm-uwp=fail
dmlc:arm64-windows=fail
dmlc:x64-uwp=fail
dmlc:x64-windows-static=fail
dmlc:x86-windows=fail
dpdk:arm-uwp=fail
dpdk:arm64-windows=fail
dpdk:x64-linux=fail
Expand Down Expand Up @@ -442,9 +440,6 @@ fmilib:arm64-windows=fail
fmilib:arm-uwp=fail
fmilib:x64-linux=fail
fmilib:x64-uwp=fail
fmilib:x64-windows=fail
fmilib:x64-windows-static=fail
fmilib:x86-windows=fail
foonathan-memory:arm64-windows=fail
foonathan-memory:arm-uwp=fail
foonathan-memory:x64-uwp=fail
Expand All @@ -463,11 +458,8 @@ freetds:x64-osx=fail
freetds:x64-uwp=fail
freetype-gl:x64-uwp=fail
freexl:arm-uwp=fail
freexl:arm64-windows=fail
freexl:x64-uwp=fail
freexl:x86-windows=fail
freexl:x64-windows=fail
freexl:x64-windows-static=fail
fribidi:arm64-windows=fail
fribidi:arm-uwp=fail
fribidi:x64-linux=fail
Expand Down Expand Up @@ -1030,7 +1022,6 @@ mhook:x64-osx=fail
mhook:x64-uwp=fail
milerius-sfml-imgui:x64-osx=fail
milerius-sfml-imgui:x64-windows-static=fail
milerius-sfml-imgui:x64-linux=fail
mimalloc:arm64-windows=fail
mimalloc:arm-uwp=fail
mimalloc:x64-uwp=fail
Expand Down Expand Up @@ -1092,7 +1083,6 @@ moos-core:x86-windows=fail
moos-essential:arm64-windows=fail
moos-essential:x64-windows=fail
moos-essential:x86-windows=fail
moos-essential:x64-linux=fail
mozjpeg:arm64-windows = skip
mozjpeg:arm-uwp = skip
mozjpeg:x64-linux = skip
Expand Down Expand Up @@ -1150,12 +1140,7 @@ nanorange:x64-windows=fail
nanorange:x64-windows-static=fail
nanorange:x86-windows=fail
nanovg:arm-uwp=fail
nanovg:arm64-windows=fail
nanovg:x64-uwp=fail
nanovg:x64-linux=fail
nanovg:x64-windows=fail
nanovg:x64-windows-static=fail
nanovg:x86-windows=skip
nativefiledialog:arm-uwp=fail
nativefiledialog:x64-uwp=fail
nethost:x64-uwp=fail
Expand Down Expand Up @@ -1476,7 +1461,6 @@ qt5-x11extras:x64-windows-static=fail
qt5-translations:x64-windows-static=skip
quickfix:arm-uwp=fail
quickfix:arm64-windows=fail
quickfix:x64-linux=fail
quickfix:x64-uwp=fail
quickfix:x64-windows-static=fail
quickfix:x64-windows=fail
Expand Down

0 comments on commit 8f88666

Please sign in to comment.