diff options
| author | Ian Cook <ianmcook@gmail.com> | 2021-06-15 19:59:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-15 16:59:52 -0700 |
| commit | 4dc864e2401f2ed3230c9042a4dd56f6d1c30360 (patch) | |
| tree | 53094c46827809ad44f9dcf06053b187805fc6e8 /versions | |
| parent | 6bbafb22a5bb2a5be30659b45ccb0e8a7bffb2f2 (diff) | |
| download | vcpkg-4dc864e2401f2ed3230c9042a4dd56f6d1c30360.tar.gz vcpkg-4dc864e2401f2ed3230c9042a4dd56f6d1c30360.zip | |
[arrow] Update to 4.0.0 (#17975)
* Update arrow to 4.0.0
* Format
* Try fix thrift
* Update versions/ files
* Do not set ZSTD_ROOT
* Remove double quotes causing Windows problems
* Apply patches
* Remove LIB_DIR_OPTIONS
* Tweak zstd flags
* Update version hash
* Format
* Fail early on x86
* Update hash
* Fail early on arm, arm64
* Update hash
* Add expected failures to to scripts/ci.baseline.txt
* Exclude mallocs from default features
* Update hash
* Set default-features to false for aws-sdk-cpp
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Specify only x64 support in manifest
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Remove unneeded ci.baseline.txt entries
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Remove dataset from default-features
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update hash
* Remove zstd path args
* Update hash
Co-authored-by: Tanguy Fautre <tanguy@fautre.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/a-/arrow.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/a-/arrow.json b/versions/a-/arrow.json index d795d327a..503dbef98 100644 --- a/versions/a-/arrow.json +++ b/versions/a-/arrow.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "2066704ab2b0b5977bcd5677ea1378fac0b0555c", + "version": "4.0.0", + "port-version": 0 + }, + { "git-tree": "bc9cb096ffa223f2af620db18ed244d17e47ffe7", "version-string": "3.0.0", "port-version": 0 diff --git a/versions/baseline.json b/versions/baseline.json index 4ff7df52a..c46e2c457 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -157,7 +157,7 @@ "port-version": 3 }, "arrow": { - "baseline": "3.0.0", + "baseline": "4.0.0", "port-version": 0 }, "ashes": { |
