File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ common --incompatible_strict_action_env
110110common --incompatible_struct_has_no_methods
111111common --incompatible_use_plus_in_repo_names
112112common --incompatible_use_host_features
113-
113+ common --modify_execution_info=CppCompile=+supports-path-mapping
114+ common --legacy_important_outputs=false
114115
115116build --@curl//:use_mbedtls=true
116117# build --@curl//:http_only=true
@@ -133,10 +134,7 @@ build:clang-cl --host_per_file_copt="c-ares\\+/.*@-Wno-macro-redefined"
133134# error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
134135# detail::LogRecordSetterTrait<typename std::decay<ArgumentType>::type>::template Set(
135136# ^
136- build:clang-cl --copt=-Wno-missing-template-arg-list-after-template-kw
137-
138- # still does not work yet
139- #common --incompatible_enable_proto_toolchain_resolution
137+ #build:clang-cl --copt=-Wno-missing-template-arg-list-after-template-kw
140138
141139# allow newer protobuf to compile
142140common --experimental_google_legacy_api
@@ -151,5 +149,3 @@ common:macos --force_pic
151149try-import %workspace%/../top.bazelrc
152150
153151
154- common --modify_execution_info=CppCompile=+supports-path-mapping
155- common --legacy_important_outputs=false
You can’t perform that action at this time.
0 commit comments