issues
search
bazel-contrib
/
musl-toolchain
Apache License 2.0
15
stars
2
forks
source link
Run `cc_test`s with a hermetic musl dynamic linker
#39
Closed
fmeum
closed
2 months ago
fmeum
commented
2 months ago
Defines custom
cc_test
toolchains to ensure that:
the
cc_test
binary is invoked with the musl dynamic linker if linked dynamically
the test is run on an execution platform with the correct OS and CPU (but not necessarily musl preinstalled)
Defines custom
cc_test
toolchains to ensure that:cc_test
binary is invoked with the musl dynamic linker if linked dynamically