We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7414b97 commit 8462eeeCopy full SHA for 8462eee
docker/network/BUILD
@@ -25,8 +25,8 @@ java_test(
25
platform(
26
name = "platform",
27
constraint_values = [
28
- "@bazel_tools//platforms:x86_64",
29
- "@bazel_tools//platforms:linux",
+ "@platforms//cpu:x86_64",
+ "@platforms//os:linux",
30
],
31
exec_properties = {
32
"container-image": DOCKER_JDK_PSQL,
remote_config/config/BUILD
@@ -20,13 +20,13 @@ package(default_visibility = ["//visibility:public"])
20
toolchain(
21
name = "cc-toolchain",
22
exec_compatible_with = [
23
24
"@bazel_tools//tools/cpp:clang",
target_compatible_with = [
toolchain = "//remote_config/cc:cc-compiler-k8",
toolchain_type = "@bazel_tools//tools/cpp:toolchain_type",
@@ -35,8 +35,8 @@ toolchain(
35
36
37
38
39
40
41
42
0 commit comments