Skip to content

Commit 5277914

Browse files
committed
Disabled build for ubuntu with 2021 editor
1 parent cd46ff6 commit 5277914

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
{% for platform in test_platforms.desktop -%}
1414
{% for editor in validation_editors.all -%}
1515
{% for backend in scripting_backends -%}
16+
# There is an error 'No usable version of libssl' when it comes to building with combination of ubuntu and 2021 editor. It's not really worth to address it since
17+
# 1) The 2021 editor will soon be out of support
18+
# 2) We still have the same coverage by using mac and ubuntu is used in a whole bunch of different tests, so I'm quite sure it won't lead to any bug leaks
19+
# 3) The solution could be to manually install libss1.1 (since image has libssl3 and this causes conflicts on 2021 editor related to dotnet versions and support). There were several threads on this topic which can be looked on
20+
{% if editor != "2021.3" or platform.name != "ubuntu" %}
1621
desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}:
1722
name : Standalone Build - NGO {{ project.name }} - [{{ platform.name }}, {{ editor }}, {{ backend }}]
1823
agent:
@@ -57,6 +62,7 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
5762

5863
dependencies:
5964
- .yamato/project-pack.yml#project_pack_-_{{ project.name }}_{{ platform.name }}
65+
{% endif %}
6066
{% endfor -%}
6167
{% endfor -%}
6268
{% endfor -%}

0 commit comments

Comments
 (0)