bazel icon indicating copy to clipboard operation
bazel copied to clipboard

Make `cc_shared_library` runnable standalone

Open fmeum opened this issue 1 year ago • 3 comments

When loaded as a data dependency (e.g. for dlopen), the runfiles of a cc_shared_library now contain the _solib symlinks of precompiled dynamic library dependencies instead of the symlink targets.

Work towards #21833

fmeum avatar Apr 03 '24 15:04 fmeum

~Stacked on #21880~

fmeum avatar Apr 04 '24 19:04 fmeum

I rebased onto master, which will hopefully resolve the RBE failure.

fmeum avatar May 15 '24 16:05 fmeum

@bazel-io fork 7.2.0

fmeum avatar May 15 '24 16:05 fmeum

I'll handle the import.

pzembrod avatar May 27 '24 10:05 pzembrod