mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
5e605ddb03
Fix incorrect entries of `scripts/ci.baseline.txt`. Fix #38787, won't fix downstream `rmqcpp` for #38736. * Keep skip in CI - Conflict dependencies `pcre2`, `ryu` in #32645 * Disable `android` - There is a weird error that failed to find `BdeBuildSystem/bbs_runtest.py` by `BdeBuildSystem/BdeBuildSystemConfig.cmake` * Disable `arm64-windows` - Failed with `groups\bsl\bsls\bsls_platform.h(419): fatal error C1189: #error: "Unable to identify CPU on which the MSVC compiler is running."` * Disable `uwp` - Failed with `groups\bdl\bdlb\bdlb_randomdevice.cpp(93): error C3861: 'CryptAcquireContext': identifier not found` * Check `scripts/ci.baseline.txt` - Checked by `Get-Content ./scripts/ci.baseline.txt | Select-String -NotMatch '^#' | Select-String -NotMatch ':(arm-neon-android|arm64-android|arm64-osx|arm64-uwp|arm64-windows|x64-android|x64-linux|x64-osx|x64-uwp|x64-windows|x64-windows-static|x64-windows-static-md|x86-windows)\s*='`
22 lines
606 B
JSON
22 lines
606 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "bde",
|
|
"version": "4.8.0.0",
|
|
"port-version": 1,
|
|
"description": "Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.",
|
|
"homepage": "https://techatbloomberg.com/",
|
|
"documentation": "https://bloomberg.github.io/bde/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!android & !(arm64 & windows) & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|