-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-16198: [CI][Packaging][Python] Update VCPKG version #12893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
|
@kszucs could you take a look if this is correct? |
|
@github-actions crossbow submit wheel |
|
Revision: 52fc416eacde6de48f550c297709d396efdef0e8 Submitted crossbow builds: ursacomputing/crossbow @ actions-1862 |
|
@kszucs I think most of those fails are caused by the vcpkg image not being up to date. I saw that the action in the corssbow repo for that runs on cron and can not be manually triggered for cases like this. I'll open a pr, |
|
@assignUser that should only apply for the windows images, but the linux images get rebuilt in each run if they are not up to date. |
|
@github-actions crossbow submit python-wheel-manylinux-2014 |
|
|
@github-actions crossbow submit -g wheel |
|
Revision: 7664672c186bc6086ea48d6a3b78af5ec49a1171 Submitted crossbow builds: ursacomputing/crossbow @ actions-1873 |
|
The @kszucs I don't really know why the macos build would fail due to permission issues (e.g. https://github.com/ursacomputing/crossbow/runs/6077317725?check_suite_focus=true#step:8:27 ) do you have any insights on what could cause that? |
|
@github-actions crossbow submit -g wheel |
|
Revision: 75c22be833155169837d661c38734f4656410a9a Submitted crossbow builds: ursacomputing/crossbow @ actions-1875 |
The github actions service has stopped on our self-hosted machine and when I applied a workaround I started it with the wrong user. It should be fixed now. |
|
@github-actions crossbow submit -g wheel |
|
Revision: e334dfe6fe179738ae0e7f4e61d238c786f2e7d7 Submitted crossbow builds: ursacomputing/crossbow @ actions-1885 |
|
@assignUser rebase on master in order to resolve the big-sur test errors |
|
Can you build and push the windows images using the following? # build
REPO=ghcr.io/ursacomputing/arrow PYTHON=3.7 archery docker build --using-docker-cli --no-pull python-wheel-windows-vs2017
REPO=ghcr.io/ursacomputing/arrow PYTHON=3.8 archery docker build --using-docker-cli --no-pull python-wheel-windows-vs2017
REPO=ghcr.io/ursacomputing/arrow PYTHON=3.9 archery docker build --using-docker-cli --no-pull python-wheel-windows-vs2017
REPO=ghcr.io/ursacomputing/arrow PYTHON=3.10 archery docker build --using-docker-cli --no-pull python-wheel-windows-vs2017
# push
REPO=ghcr.io/ursacomputing/arrow PYTHON=3.7 archery docker push --using-docker-cli python-wheel-windows-vs2017
REPO=ghcr.io/ursacomputing/arrow PYTHON=3.8 archery docker push --using-docker-cli python-wheel-windows-vs2017
REPO=ghcr.io/ursacomputing/arrow PYTHON=3.9 archery docker push --using-docker-cli python-wheel-windows-vs2017
REPO=ghcr.io/ursacomputing/arrow PYTHON=3.10 archery docker push --using-docker-cli python-wheel-windows-vs2017 |
89fa1f7 to
9176c16
Compare
|
@github-actions crossbow submit -g wheel |
|
Revision: 9176c1615bdeb872dd29837169eea36e7db8e9b2 Submitted crossbow builds: ursacomputing/crossbow @ actions-1887 |
|
Found the issue with the windows builds, due to #7388 cmake was looking for |
|
I created an issue for adding the automatic change to the documentation: https://issues.apache.org/jira/browse/ARROW-16265 |
Nice catch! Could you set that cmake variable in |
|
I'm going to check locally what's the issue with absl in the universal2 builds. |
|
|
|
Revision: 2f2c28a Submitted crossbow builds: ursacomputing/crossbow @ actions-1908
|
|
#12959 should resolve the universal2 issues, wait for that to be merged first then rebase this PR |
This reverts commit e8f2fe0389a7074a37587947668672b55a10cbe5.
2f2c28a to
1459be8
Compare
|
@github-actions crossbow submit -g wheel |
|
Revision: 5085fd2 Submitted crossbow builds: ursacomputing/crossbow @ actions-1916 |
|
@github-actions crossbow submit wheel-macos-big-sur-cp310-universal2 |
|
Revision: cb83048 Submitted crossbow builds: ursacomputing/crossbow @ actions-1921
|
|
@github-actions crossbow submit wheel-macos-high-sierra-cp310-amd64 |
|
Revision: cb83048 Submitted crossbow builds: ursacomputing/crossbow @ actions-1923
|
|
@github-actions crossbow submit test-build-vcpkg-win |
|
Revision: cb83048 Submitted crossbow builds: ursacomputing/crossbow @ actions-1924
|
|
|
kszucs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @assignUser!
|
Benchmark runs are scheduled for baseline = f3df0cb and contender = 40c1226. 40c1226 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
No description provided.