Comparing 1.8.1...1.8.2 · bazel-contrib/rules_python

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)

    authored and rickeylev committed

    Jan 25, 2026
    Configuration menu

    Browse the repository at this point in the history