Bazel 0.24.0 fails on dynamic_runtime_libs
coming from toolchain
#7795
Labels
team-Rules-CPP
Issues for C++ rules
dynamic_runtime_libs
coming from toolchain
#7795
Relates to #6968
Description of the problem / feature request:
My builds ran fine on bazel 0.23.X.
I tried to use bazel 0.24.0rc7 on one of our repo that is used
--crosstool_top=@bazel_toolchains//configs/ubuntu16_04_clang/1.1/bazel_0.20.0/default:toolchain
and--extra_toolchains=@bazel_toolchains//configs/ubuntu16_04_clang/1.1/bazel_0.20.0/cpp:cc-toolchain-clang-x86_64-default
from bazel toolchain commit bazelbuild/bazel-toolchains@31b5dc8I got this error:
I didn't see anything in documents of this release about deprecating
dynamic_runtime_libs
. It may be just a missing documentation.What operating system are you running Bazel on?
Linux
What's the output of
bazel info release
?Bazel 0.24.0rc7
Have you found anything relevant by searching the web?
Didn't see anything interesting .. Other than a note for bazel 0.22.0 that
dynamic_runtime_libs
is optional.====
Note: Changing the toolchain and crosstool to point to
/bazel_toolchains/configs/ubuntu16_04_clang/1.1/bazel_0.22.0/*
solved the issue because there the attributedynamic_runtime_libs
does not exist.Still I think something needs to be documented about it.
The text was updated successfully, but these errors were encountered: