Skip to content

Conversation

@vkarampudi
Copy link
Collaborator

Fix: Update Docker build environment for manylinux

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

vkarampudi and others added 3 commits December 26, 2025 16:06
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 .
@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