@@ -237,7 +237,7 @@ jobs:
237
237
# - Double + lazy: Godot nightly, custom, double, lazy func tables
238
238
# - Features + exp: Godot nightly, custom, threads, serde, experimental API
239
239
# - Memcheck nightly: Godot mem nightly, custom, sanitizer
240
- # - Memcheck 4.x: Godot mem 4.0/4.1 , sanitizer
240
+ # - Memcheck 4.x: Godot mem 4.2 , sanitizer
241
241
242
242
# Note: Windows uses '--target x86_64-pc-windows-msvc' by default as Cargo argument.
243
243
include :
@@ -300,12 +300,6 @@ jobs:
300
300
godot-binary : godot.windows.editor.dev.x86_64.exe
301
301
godot-prebuilt-patch : ' 4.3'
302
302
303
- # - name: windows-4.1
304
- # os: windows-latest
305
- # artifact-name: windows-4.1
306
- # godot-binary: godot.windows.editor.dev.x86_64.exe
307
- # godot-prebuilt-patch: '4.1.3'
308
-
309
303
# Linux
310
304
311
305
# Don't use latest Ubuntu (22.04) as it breaks lots of ecosystem compatibility.
@@ -352,7 +346,7 @@ jobs:
352
346
rust-extra-args : --release --features itest/codegen-full-experimental
353
347
rust-cache-key : release
354
348
355
- # Linux compat (4.1 disabled, already covered by memcheck)
349
+ # Linux compat:
356
350
# No hot-reload before 4.4, as the Godot project is 4.4+.
357
351
358
352
- name : linux-4.4
@@ -368,6 +362,7 @@ jobs:
368
362
godot-binary : godot.linuxbsd.editor.dev.x86_64
369
363
godot-prebuilt-patch : ' 4.3'
370
364
365
+ # Can be disabled in the future (already covered by memcheck). For now kept on to differentiate quicker.
371
366
- name : linux-4.2
372
367
os : ubuntu-22.04
373
368
artifact-name : linux-4.2
@@ -391,11 +386,11 @@ jobs:
391
386
# Sanitizers can't build proc-macros and build scripts; with --target, cargo ignores RUSTFLAGS for those two.
392
387
rust-target : x86_64-unknown-linux-gnu
393
388
394
- - name : linux-memcheck-4.1
389
+ - name : linux-memcheck-4.2
395
390
os : ubuntu-22.04
396
- artifact-name : linux-memcheck-4.1
391
+ artifact-name : linux-memcheck-4.2
397
392
godot-binary : godot.linuxbsd.editor.dev.x86_64.llvm.san
398
- godot-prebuilt-patch : ' 4.1 ' # check compat of API 4.1.0 with newer binaries.
393
+ godot-prebuilt-patch : ' 4.2 ' # check compat of API 4.2 with newer binaries.
399
394
rust-toolchain : nightly
400
395
rust-env-rustflags : -Zrandomize-layout -Zsanitizer=address
401
396
# Sanitizers can't build proc-macros and build scripts; with --target, cargo ignores RUSTFLAGS for those two.
0 commit comments