-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
For example, I have configured a platform like
platform(
name = "platform",
constraint_values = [
"@bazel_tools//platforms:x86_64",
"@bazel_tools//platforms:linux",
"@bazel_tools//tools/cpp:clang",
],
remote_execution_properties = """
properties: {
name: "container-image"
value:"docker://gcr.io/my-image@sha256:d7407d58cee310e7ab788bf4256bba704334630621d8507f3c9cf253c7fc664f"
}
properties {
name: "OSFamily"
value: "Linux"
}
""",
)I have set this platform via --host_platform=//config:platform, but it seems that buildbarn has hardcoded platform information in the jsonnet config. Is that correct or am I misunderstanding it?
Metadata
Metadata
Assignees
Labels
No labels