From 173e9b765a67c7df68de5db904ecbf3d2c8239ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 19 Apr 2021 14:37:47 +0200 Subject: [PATCH] CI: Bump BASE_BRANCH from 3.2 to 3.x This was forgotten when renaming 3.2.4 to 3.3. Once 3.3-stable is out and we branch off to 3.3, the BASE_BRANCH should be bumped to 3.3 in that branch. --- .github/workflows/android_builds.yml | 2 +- .github/workflows/ios_builds.yml | 2 +- .github/workflows/javascript_builds.yml | 2 +- .github/workflows/linux_builds.yml | 2 +- .github/workflows/macos_builds.yml | 2 +- .github/workflows/server_builds.yml | 2 +- .github/workflows/windows_builds.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index 859e956fe1..4cb513d46c 100644 --- a/.github/workflows/android_builds.yml +++ b/.github/workflows/android_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.2 + GODOT_BASE_BRANCH: 3.x SCONSFLAGS: platform=android verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2 SCONS_CACHE_LIMIT: 4096 ANDROID_NDK_VERSION: 21.1.6352462 diff --git a/.github/workflows/ios_builds.yml b/.github/workflows/ios_builds.yml index 8752c4febb..33c8fe7f73 100644 --- a/.github/workflows/ios_builds.yml +++ b/.github/workflows/ios_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.2 + GODOT_BASE_BRANCH: 3.x SCONSFLAGS: platform=iphone verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2 SCONS_CACHE_LIMIT: 4096 diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index 7f3ff1f057..b86607ef22 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.2 + GODOT_BASE_BRANCH: 3.x SCONSFLAGS: platform=javascript verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2 SCONS_CACHE_LIMIT: 4096 EM_VERSION: 1.39.20 diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 0f8cc4dcce..b77cea4756 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.2 + GODOT_BASE_BRANCH: 3.x SCONSFLAGS: platform=linuxbsd verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2 SCONS_CACHE_LIMIT: 4096 diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index 99685a8f9c..6b5fba8991 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.2 + GODOT_BASE_BRANCH: 3.x SCONSFLAGS: platform=osx verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2 SCONS_CACHE_LIMIT: 4096 diff --git a/.github/workflows/server_builds.yml b/.github/workflows/server_builds.yml index e44ccc3052..46c406a93f 100644 --- a/.github/workflows/server_builds.yml +++ b/.github/workflows/server_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Cache Settings env: - GODOT_BASE_BRANCH: 3.2 + GODOT_BASE_BRANCH: 3.x SCONSFLAGS: platform=server verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2 SCONS_CACHE_LIMIT: 4096 diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index a224f6b643..472cb806c0 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -4,7 +4,7 @@ on: [push, pull_request] # Global Settings # SCONS_CACHE for windows must be set in the build environment env: - GODOT_BASE_BRANCH: 3.2 + GODOT_BASE_BRANCH: 3.x SCONSFLAGS: platform=windows verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2 SCONS_CACHE_MSVC_CONFIG: true SCONS_CACHE_LIMIT: 4096