Skip to content

Commit cfa21f4

Browse files
committed
Corrected webgl dependencies
1 parent 7c6cc17 commit cfa21f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamato/_run-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@ run_all_webgl_builds_6000:
138138
name: Run All WebGl Build [6000.0]
139139
dependencies:
140140
{% for project in projects.default -%}
141+
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-11726
141142
{% for platform in test_platforms.desktop -%}
142143
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_6000.0
143144
{% endfor -%}
145+
{% endif -%}
144146
{% endfor -%}
145147

146148

0 commit comments

Comments
 (0)