diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 0420a02b1dd9..5c3ce96bbbc6 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -23,16 +23,16 @@ jobs: fail-fast: false matrix: include: - - name: Editor w/ Mono (target=editor) - cache-name: linux-editor-mono + - name: Editor (target=editor) + cache-name: linux-editor target: editor - sconsflags: module_mono_enabled=yes - bin: "./bin/godot.linuxbsd.editor.x86_64.mono" - build-mono: true + sconsflags: + bin: "./bin/godot.linuxbsd.editor.x86_64" + build-mono: false tests: false # Disabled due freeze caused by mix Mono build and CI doc-test: true proj-conv: true - api-compat: true + api-compat: false # TODO: fix compatibility issues and enable again! artifact: true - 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) @@ -69,10 +69,10 @@ jobs: # Skip 2GiB artifact speeding up action. artifact: false - - name: Template w/ Mono (target=template_release) - cache-name: linux-template-mono + - name: Template (target=template_release) + cache-name: linux-template target: template_release - sconsflags: module_mono_enabled=yes + sconsflags: build-mono: false tests: false artifact: true @@ -82,7 +82,7 @@ jobs: target: template_release sconsflags: modules_enabled_by_default=no disable_3d=yes disable_advanced_gui=yes deprecated=no minizip=no tests: false - artifact: true + artifact: false steps: - uses: actions/checkout@v4