зеркало из https://github.com/microsoft/vcpkg.git
[libhdfs3] Remove vcpkg_fail_port_install. (#22740)
Previously there was no supports expression, and there was ci.baseline.txt impact. In support of https://github.com/microsoft/vcpkg/pull/21502
This commit is contained in:
Родитель
76cfc85cd9
Коммит
3ddcccfb9c
|
@ -1,5 +1,3 @@
|
|||
vcpkg_fail_port_install(ON_TARGET "UWP" "Windows")
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO erikmuttersbach/libhdfs3
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name": "libhdfs3",
|
||||
"version-string": "2019-11-05",
|
||||
"port-version": 2,
|
||||
"version-date": "2019-11-05",
|
||||
"port-version": 3,
|
||||
"description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation",
|
||||
"homepage": "https://github.com/erikmuttersbach/libhdfs3",
|
||||
"supports": "!windows",
|
||||
"dependencies": [
|
||||
"boost",
|
||||
{
|
||||
|
|
|
@ -549,13 +549,6 @@ libgpod:x64-windows=fail
|
|||
libgpod:x64-windows-static=fail
|
||||
libgpod:x64-windows-static-md=fail
|
||||
libgpod:x86-windows=fail
|
||||
libhdfs3:arm64-windows=fail
|
||||
libhdfs3:arm-uwp=fail
|
||||
libhdfs3:x64-uwp=fail
|
||||
libhdfs3:x64-windows=fail
|
||||
libhdfs3:x64-windows-static=fail
|
||||
libhdfs3:x64-windows-static-md=fail
|
||||
libhdfs3:x86-windows=fail
|
||||
libhdfs3:x64-linux=fail
|
||||
libhdfs3:x64-osx=fail
|
||||
libhydrogen:arm64-windows=fail
|
||||
|
|
|
@ -3546,7 +3546,7 @@
|
|||
},
|
||||
"libhdfs3": {
|
||||
"baseline": "2019-11-05",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"libheif": {
|
||||
"baseline": "1.12.0",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b672d2e93109f3909140f7315703ab2ea010d808",
|
||||
"version-date": "2019-11-05",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "440244ba92f1f0b67d7246f707df2545f477f3f4",
|
||||
"version-string": "2019-11-05",
|
||||
|
|
Загрузка…
Ссылка в новой задаче