Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.1
Choose a base ref
...
head repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.2
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jan 25, 2026

  1. fix: explicitly symlink all .so files, not just ones with lib prefix (#…

    …3538)
    
    Some packages, such as tensorflow, have regular C libraries that don't
    use
    a `lib*` suffix. The symlink optimization logic wouldn't link these
    directly,
    which made the dynamic linker unable to find their dependencies.
    
    To fix, explicitly symlink all `.so` files, since we can't determine
    which
    are Python C modules and regular C libraries.
    
    Fixes #3529
    
    (cherry picked from commit b4ec825)
    gfrankliu authored and rickeylev committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    a053b56 View commit details
    Browse the repository at this point in the history
Loading