Skip to content

Commit

Permalink
[libhdfs3] Remove vcpkg_fail_port_install. (#22740)
Browse files Browse the repository at this point in the history
Previously there was no supports expression, and there was ci.baseline.txt impact.

In support of #21502
  • Loading branch information
BillyONeal committed Jan 24, 2022
1 parent 76cfc85 commit 3ddcccf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
2 changes: 0 additions & 2 deletions ports/libhdfs3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_TARGET "UWP" "Windows")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO erikmuttersbach/libhdfs3
Expand Down
5 changes: 3 additions & 2 deletions ports/libhdfs3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
{
Expand Down
7 changes: 0 additions & 7 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3546,7 +3546,7 @@
},
"libhdfs3": {
"baseline": "2019-11-05",
"port-version": 2
"port-version": 3
},
"libheif": {
"baseline": "1.12.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libhdfs3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b672d2e93109f3909140f7315703ab2ea010d808",
"version-date": "2019-11-05",
"port-version": 3
},
{
"git-tree": "440244ba92f1f0b67d7246f707df2545f477f3f4",
"version-string": "2019-11-05",
Expand Down

0 comments on commit 3ddcccf

Please sign in to comment.