Skip to content

Commit b320a4c

Browse files
jsm174freezy
authored andcommitted
ci: use custom unity tester runner image that upgrades libstdc++ to 6.0.28+
1 parent 5073408 commit b320a4c

File tree

3 files changed

+40
-8
lines changed

3 files changed

+40
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
- uses: game-ci/unity-test-runner@main
6868
id: test
6969
with:
70-
unityVersion: '2021.2.8f1'
70+
unityVersion: '2021.2.15f1'
71+
customImage: 'jsm174/unityci_editor:2021.2.15f1-linux-il2cpp-0'
7172
projectPath: VisualPinball.Unity/VisualPinball.Unity.Test/TestProject~
7273
artifactsPath: VisualPinball.Unity/VisualPinball.Unity.Test/TestProject~/artifacts
7374
testMode: all

VisualPinball.Unity/VisualPinball.Unity.Test/TestProject~/Packages/packages-lock.json

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"dependencies": {
3+
"com.autodesk.fbx": {
4+
"version": "4.1.1",
5+
"depth": 1,
6+
"source": "registry",
7+
"dependencies": {},
8+
"url": "https://packages.unity.com"
9+
},
310
"com.unity.burst": {
4-
"version": "1.6.3",
11+
"version": "1.6.4",
512
"depth": 1,
613
"source": "registry",
714
"dependencies": {
@@ -45,8 +52,18 @@
4552
"dependencies": {},
4653
"url": "https://packages.unity.com"
4754
},
55+
"com.unity.formats.fbx": {
56+
"version": "4.1.2",
57+
"depth": 0,
58+
"source": "registry",
59+
"dependencies": {
60+
"com.unity.timeline": "1.5.2",
61+
"com.autodesk.fbx": "4.1.1"
62+
},
63+
"url": "https://packages.unity.com"
64+
},
4865
"com.unity.inputsystem": {
49-
"version": "1.2.0",
66+
"version": "1.3.0",
5067
"depth": 1,
5168
"source": "registry",
5269
"dependencies": {
@@ -119,7 +136,7 @@
119136
"url": "https://packages.unity.com"
120137
},
121138
"com.unity.scriptablebuildpipeline": {
122-
"version": "1.19.5",
139+
"version": "1.19.6",
123140
"depth": 2,
124141
"source": "registry",
125142
"dependencies": {},
@@ -146,8 +163,8 @@
146163
"url": "https://packages.unity.com"
147164
},
148165
"com.unity.test-framework": {
149-
"version": "1.1.30",
150-
"depth": 1,
166+
"version": "1.1.31",
167+
"depth": 0,
151168
"source": "registry",
152169
"dependencies": {
153170
"com.unity.ext.nunit": "1.0.6",
@@ -176,6 +193,18 @@
176193
},
177194
"url": "https://packages.unity.com"
178195
},
196+
"com.unity.timeline": {
197+
"version": "1.6.4",
198+
"depth": 1,
199+
"source": "registry",
200+
"dependencies": {
201+
"com.unity.modules.director": "1.0.0",
202+
"com.unity.modules.animation": "1.0.0",
203+
"com.unity.modules.audio": "1.0.0",
204+
"com.unity.modules.particlesystem": "1.0.0"
205+
},
206+
"url": "https://packages.unity.com"
207+
},
179208
"com.unity.ugui": {
180209
"version": "1.0.0",
181210
"depth": 0,
@@ -192,9 +221,11 @@
192221
"dependencies": {
193222
"com.unity.burst": "1.6.3",
194223
"com.unity.entities": "0.17.0-preview.42",
224+
"com.unity.formats.fbx": "4.1.2",
195225
"com.unity.jobs": "0.8.0-preview.23",
196226
"com.unity.mathematics": "1.2.5",
197227
"com.unity.inputsystem": "1.2.0",
228+
"com.unity.ugui": "1.0.0",
198229
"com.unity.test-framework": "1.1.30"
199230
}
200231
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.2.8f1
2-
m_EditorVersionWithRevision: 2021.2.8f1 (d0e5f0a7b06a)
1+
m_EditorVersion: 2021.2.15f1
2+
m_EditorVersionWithRevision: 2021.2.15f1 (3b8567f665bb)

0 commit comments

Comments
 (0)