File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ package(default_visibility = ["//visibility:public"])
55platform (
66 name = "platform" ,
77 constraint_values = [
8- "@bazel_tools//platforms :linux" ,
9- "@bazel_tools//platforms :x86_64" ,
8+ "@platforms//os :linux" ,
9+ "@platforms//cpu :x86_64" ,
1010 "@bazel_tools//tools/cpp:clang" ,
1111 ],
1212 exec_properties = {
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ cc_toolchain_suite(
1818toolchain (
1919 name = "cc_toolchain" ,
2020 exec_compatible_with = [
21- "@bazel_tools//platforms :linux" ,
22- "@bazel_tools//platforms :x86_64" ,
21+ "@platforms//os :linux" ,
22+ "@platforms//cpu :x86_64" ,
2323 "@bazel_tools//tools/cpp:clang" ,
2424 ],
2525 target_compatible_with = [
26- "@bazel_tools//platforms :linux" ,
27- "@bazel_tools//platforms :x86_64" ,
26+ "@platforms//os :linux" ,
27+ "@platforms//cpu :x86_64" ,
2828 ],
2929 toolchain = ":cc_compiler_k8" ,
3030 toolchain_type = "@bazel_tools//tools/cpp:toolchain_type" ,
You can’t perform that action at this time.
0 commit comments