We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304f73a commit 396efacCopy full SHA for 396efac
infra/ansible/playbook.yaml
@@ -92,7 +92,7 @@
92
env_vars: "{{
93
build_env.common | default({}, true) |
94
combine(build_env[arch] | default({}, true)) |
95
- combine(build_env[accelerator] | default({}, true))
+ combine(build_env[accelerator] | default({}, true)) |
96
combine(clang_compiler)
97
}}"
98
when: stage == "build_plugin"
0 commit comments