Skip to content

Conversation

@Abacn
Copy link
Contributor

@Abacn Abacn commented Nov 25, 2025

Fix #31114

testing - https://github.com/apache/beam/actions/runs/19680605287

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@github-actions github-actions bot added the build label Nov 25, 2025
@Abacn Abacn marked this pull request as ready for review November 25, 2025 18:53
@Abacn
Copy link
Contributor Author

Abacn commented Nov 25, 2025

R: @shunping @damccorm

@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

@shunping
Copy link
Collaborator

shunping commented Nov 25, 2025

I notice that the builds on macos-15 in https://github.com/apache/beam/actions/runs/19680605287 all took about 1.5 mins, while the ones on ubuntu and windows took 15+ and 4+ mins, respectively.

Can we reconfirm the macos ones are built correctly from scratch?

@Abacn
Copy link
Contributor Author

Abacn commented Nov 25, 2025

Yes. I see logs

1 wheels produced in 2 minutes:
  apache_beam-2.70.0.dev0-cp313-cp313-macosx_11_0_arm64.whl   5,779 kB

and

Artifact download URL: https://github.com/apache/beam/actions/runs/19680605287/artifacts/4677417138

I was able to install beam from the wheel, and run

>>> import apache_beam as beam

>>> beam.version.__version__
'2.70.0.dev'

@shunping
Copy link
Collaborator

Perfect! Thanks.

@Abacn Abacn merged commit db09899 into master Nov 25, 2025
26 checks passed
@Abacn Abacn deleted the bump-mac branch November 25, 2025 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Failing Test]: The Build python source distribution and wheels job is permared

2 participants