Uh oh!
There was an error while loading. Please reload this page.
GH-35099: [CI][Packaging] Upgrade vcpkg to 2023.04.15 Release - #35430
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kou
commented
May 4, 2023
@github-actions crossbow submit wheel-manylinux-* java-jars |
Revision: 996cd86 Submitted crossbow builds: ursacomputing/crossbow @ actions-821498ff0c |
sjperkins
commented
May 5, 2023
All green, except for the |
kou
commented
May 5, 2023
I've re-ran it. |
sjperkins
commented
May 5, 2023
Failed again. On both occasions it seems related to transfer of the maven shade plugin? |
kou
commented
May 5, 2023
Ah, the https://lists.apache.org/list.html?builds@arrow.apache.org 2023-05-04: https://github.com/ursacomputing/crossbow/actions/runs/4880720274/jobs/8715652875 So I think that the failure isn't related to this PR. Could you open an issue for the failure? Then we can merge this. |
sjperkins
commented
May 6, 2023
#35463 opened. |
ursabot
commented
May 7, 2023
Benchmark runs are scheduled for baseline = f0e1453 and contender = 2c97151. 2c97151 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
ursabot
commented
May 7, 2023
['Python', 'R'] benchmarks have high level of regressions. |
kou
commented
May 7, 2023
@github-actions crossbow submit wheel-windows-* |
kou
commented
May 7, 2023
I want to check whether https://github.com/ursacomputing/crossbow/actions/runs/4906241298/jobs/8760550661#step:7:1397 is caused by this or not: |
Revision: 996cd86 Submitted crossbow builds: ursacomputing/crossbow @ actions-84a73cd34d
|
sjperkins
commented
May 9, 2023
Looks like it may have. I've opened #35503 |
…pache#35430) ### Rationale for this change - apache#34818 pinned vcpkg to a non-release master branch commit. - This was to include unreleased changes, specifically microsoft/vcpkg#29674. ### What changes are included in this PR? This pins vcpkg to the official 2023.04.15 release (commit microsoft/vcpkg@501db0f) ### Are these changes tested? I've successfully test that the following local wheel builds succeed: ```bash $ ARCH=amd64 PYTHON=3.10 archery docker run python-wheel-manylinux-2014 $ ARCH=amd64 PYTHON=3.10 archery docker run python-wheel-manylinux-2-28 ``` ### Are there any user-facing changes? I don't believe so * Closes: apache#35099 Authored-by: Simon Perkins <simon.perkins@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…pache#35430) ### Rationale for this change - apache#34818 pinned vcpkg to a non-release master branch commit. - This was to include unreleased changes, specifically microsoft/vcpkg#29674. ### What changes are included in this PR? This pins vcpkg to the official 2023.04.15 release (commit microsoft/vcpkg@501db0f) ### Are these changes tested? I've successfully test that the following local wheel builds succeed: ```bash $ ARCH=amd64 PYTHON=3.10 archery docker run python-wheel-manylinux-2014 $ ARCH=amd64 PYTHON=3.10 archery docker run python-wheel-manylinux-2-28 ``` ### Are there any user-facing changes? I don't believe so * Closes: apache#35099 Authored-by: Simon Perkins <simon.perkins@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
What changes are included in this PR?
This pins vcpkg to the official 2023.04.15 release (commit microsoft/vcpkg@501db0f)
Are these changes tested?
I've successfully test that the following local wheel builds succeed:
Are there any user-facing changes?
I don't believe so