File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,11 @@ common:mac-workflows --config=workflows
375375common:mac-workflows --build_metadata=TAGS=mac-workflow
376376
377377# Build fully static binaries linked against musl on Linux.
378+ # TODO(tyler-french): Remove once toolchains_musl is updated to load cc symbols explicitly.
379+ # See https://github.com/bazel-contrib/musl-toolchain/pull/65
380+ common:static --incompatible_autoload_externally=+cc_common,+CcToolchainConfigInfo,+cc_toolchain
378381common:static --platforms=//platforms:linux_x86_64_musl
379382common:static --extra_toolchains=@musl_toolchains_hub//:all
383+ common:static-arm64 --incompatible_autoload_externally=+cc_common,+CcToolchainConfigInfo,+cc_toolchain
380384common:static-arm64 --platforms=//platforms:linux_arm64_musl
381385common:static-arm64 --extra_toolchains=@musl_toolchains_hub//:all
You can’t perform that action at this time.
0 commit comments