You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/07/05 20:48:44 UTC

[GitHub] [beam] Abacn opened a new issue, #27368: [Bug]: release candidate wheels built twice on GitHub Action

Abacn opened a new issue, #27368:
URL: https://github.com/apache/beam/issues/27368

   ### What happened?
   
   code path: https://github.com/apache/beam/blob/master/.github/workflows/build_wheels.yml
   
   There is exactly same steps "Build Wheel" and "Build RC wheels", both run the same command and produce same wheels with different naming:
   
   ```
   8 wheels produced in 52 minutes:
     apache_beam-2.49.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl       13,728 kB
     apache_beam-2.49.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl   14,286 kB
     apache_beam-2.49.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl       14,585 kB
     apache_beam-2.49.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl   15,234 kB
     apache_beam-2.49.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl         14,369 kB
     apache_beam-2.49.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl     14,945 kB
     apache_beam-2.49.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl         13,999 kB
     apache_beam-2.49.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl     14,564 kB
   
   8 wheels produced in 51 minutes:
     apache_beam-2.49.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl       13,728 kB
     apache_beam-2.49.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl   14,286 kB
     apache_beam-2.49.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl       14,585 kB
     apache_beam-2.49.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl   15,234 kB
     apache_beam-2.49.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl         14,369 kB
     apache_beam-2.49.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl     14,945 kB
     apache_beam-2.49.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl         13,999 kB
     apache_beam-2.49.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl     14,564 kB
   ```
   
   Example run:
   
   https://github.com/apache/beam/actions/runs/5467460207/jobs/9953842597
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs should be filed as P2)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #27368: [Bug]: release candidate wheels built twice on GitHub Action

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn commented on issue #27368:
URL: https://github.com/apache/beam/issues/27368#issuecomment-1622745254

   Looking into the workflow yml, apache-beam  and apache-beam-rc artifacts are slightly different, on the version numbers, which means it has to be built twice:
   
   https://github.com/apache/beam/blob/79fcfc6fcb502b1bc9c2b60bfbfc321586d6db99/.github/workflows/build_wheels.yml#L154
   
   Change this issue to FR
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org