We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed49e9d commit 38c64ccCopy full SHA for 38c64cc
python/private/local_runtime_repo.bzl
@@ -136,7 +136,8 @@ def _local_runtime_repo_impl(rctx):
136
for name in shared_lib_names:
137
origin = rctx.path("{}/{}".format(shared_lib_dir, name))
138
139
- # If the origin doesn't exist, try the multiarch location
+ # If the origin doesn't exist, try the multiarch location, in case
140
+ # it's an older Python / Debian release.
141
if not origin.exists and multiarch:
142
origin = rctx.path("{}/{}/{}".format(shared_lib_dir, multiarch, name))
143
0 commit comments