Skip to content

Conversation

@vkarampudi
Copy link
Collaborator

No description provided.

vkarampudi and others added 5 commits April 3, 2025 11:14
* Update RELEASE.md

* Update version.py

* Update RELEASE.md

* Update RELEASE.md
The manylinux build was failing due to an outdated Docker environment.
- The base image had an old GCC, Bazel, and CMake.
- The  dependency was not using the correct compiler.

This change updates the Dockerfile to use a modern
base image with GCC 10 and explicitly installs the required versions
of Bazel and CMake.
It also configures the  build to use the correct toolchain.

This resolves the build failures for  and .
The GitHub Actions workflow was failing with a
because the  package was not installed on the runner.

This change adds a step to the reusable workflow to install
and usage: wheel [-h] {unpack,pack,convert,tags,version,help} ...

positional arguments:
  {unpack,pack,convert,tags,version,help}
                        commands
    unpack              Unpack wheel
    pack                Repack wheel
    convert             Convert egg or wininst to wheel
    tags                Add or replace the tags on a wheel
    version             Print version and exit
    help                Show this help

options:
  -h, --help            show this help message and exit before the built wheel is installed. This ensures that the
necessary build tools are present in the runner's environment.
@vkarampudi vkarampudi closed this Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant