Selaa lähdekoodia

Merge pull request #78462 from akien-mga/ci-scu-linux-san

CI: Use SCU build for Linux w/ sanitizers build
Rémi Verschelde 2 vuotta sitten
vanhempi
commit
70182cf708
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      .github/workflows/linux_builds.yml

+ 2 - 2
.github/workflows/linux_builds.yml

@@ -34,12 +34,12 @@ jobs:
             artifact: true
             artifact: true
             compat: true
             compat: true
 
 
-          - name: Editor with doubles and GCC sanitizers (target=editor, tests=yes, dev_build=yes, precision=double, use_asan=yes, use_ubsan=yes, linker=gold)
+          - name: Editor with doubles and GCC sanitizers (target=editor, tests=yes, dev_build=yes, scu_build=yes, precision=double, use_asan=yes, use_ubsan=yes, linker=gold)
             cache-name: linux-editor-double-sanitizers
             cache-name: linux-editor-double-sanitizers
             target: editor
             target: editor
             tests: true
             tests: true
             # Debug symbols disabled as they're huge on this build and we hit the 14 GB limit for runners.
             # Debug symbols disabled as they're huge on this build and we hit the 14 GB limit for runners.
-            sconsflags: dev_build=yes debug_symbols=no precision=double use_asan=yes use_ubsan=yes linker=gold
+            sconsflags: dev_build=yes scu_build=yes debug_symbols=no precision=double use_asan=yes use_ubsan=yes linker=gold
             proj-test: true
             proj-test: true
             # Can be turned off for PRs that intentionally break compat with godot-cpp,
             # Can be turned off for PRs that intentionally break compat with godot-cpp,
             # until both the upstream PR and the matching godot-cpp changes are merged.
             # until both the upstream PR and the matching godot-cpp changes are merged.