Implement Structs in GDScript #2365
runner.yml
on: pull_request
📊 Static checks
/
Code style, file formatting, and docs
52s
🍏 iOS
/
Template (target=template_release)
3m 20s
Matrix: 🤖 Android / build-android
Matrix: 🐧 Linux / build-linux
Matrix: 🍎 macOS / build-macos
Matrix: 🌐 Web / web-template
Matrix: 🏁 Windows / build-windows
Annotations
28 errors and 19 warnings
|
🍎 macOS / Template (target=template_release)
Process completed with exit code 1.
|
|
🍎 macOS / Editor (target=editor)
Process completed with exit code 1.
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L1415
virtual method 'complement' is inside a 'final' class and can never be overridden
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L1378
virtual method 'remove' is inside a 'final' class and can never be overridden
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L1340
virtual method 'retain' is inside a 'final' class and can never be overridden
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L1234
virtual method 'add' is inside a 'final' class and can never be overridden
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L846
virtual method 'containsAll' is inside a 'final' class and can never be overridden
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L828
virtual method 'contains' is inside a 'final' class and can never be overridden
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L803
virtual method 'isEmpty' is inside a 'final' class and can never be overridden
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L795
virtual method 'size' is inside a 'final' class and can never be overridden
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L525
virtual method 'hashCode' is inside a 'final' class and can never be overridden
|
|
🍏 iOS / Template (target=template_release):
thirdparty/icu4c/common/unicode/uniset.h#L498
virtual method 'operator==' is inside a 'final' class and can never be overridden
|
|
🐧 Linux / Minimal template (target=template_release, everything disabled)
Process completed with exit code 2.
|
|
🐧 Linux / Template w/ Mono, release (target=template_release)
Process completed with exit code 1.
|
|
🐧 Linux / Template w/ Mono, debug (target=template_debug)
Process completed with exit code 1.
|
|
🏁 Windows / Template w/ GCC (target=template_release, use_mingw=yes)
Canceling since a higher priority waiting request for 🔗 GHA|1152/merge exists
|
|
🏁 Windows / Template w/ GCC (target=template_release, use_mingw=yes)
The operation was canceled.
|
|
🏁 Windows / Editor (target=editor)
Canceling since a higher priority waiting request for 🔗 GHA|1152/merge exists
|
|
🏁 Windows / Editor (target=editor)
The operation was canceled.
|
|
🐧 Linux / Editor w/ Mono (target=editor)
Canceling since a higher priority waiting request for 🔗 GHA|1152/merge exists
|
|
🐧 Linux / Editor w/ Mono (target=editor)
The operation was canceled.
|
|
🏁 Windows / Template (target=template_release)
Canceling since a higher priority waiting request for 🔗 GHA|1152/merge exists
|
|
🏁 Windows / Template (target=template_release)
The operation was canceled.
|
|
🐧 Linux / Editor with ThreadSanitizer (target=editor, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)
Canceling since a higher priority waiting request for 🔗 GHA|1152/merge exists
|
|
🐧 Linux / Editor with ThreadSanitizer (target=editor, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)
The operation was canceled.
|
|
🔗 GHA
Canceling since a higher priority waiting request for 🔗 GHA|1152/merge exists
|
|
🔗 GHA
Canceling since a higher priority waiting request for 🔗 GHA|1152/merge exists
|
|
🔗 GHA
Canceling since a higher priority waiting request for 🔗 GHA|1152/merge exists
|
|
📊 Static checks / Code style, file formatting, and docs
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🍎 macOS / Template (target=template_release)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🍎 macOS / Editor (target=editor)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🍏 iOS / Template (target=template_release)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🐧 Linux / Minimal template (target=template_release, everything disabled)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/checkout@v4, actions/setup-python@v5, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🤖 Android / Template arm64 (target=template_release, arch=arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4, actions/setup-java@v4, actions/setup-python@v5, actions/upload-artifact@v4, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🌐 Web / Template w/o threads (target=template_release, threads=no)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4, actions/setup-python@v5, actions/upload-artifact@v4, mymindstorm/setup-emsdk@v14. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🤖 Android / Template arm32 (target=template_release, arch=arm32)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4, actions/setup-java@v4, actions/setup-python@v5, actions/upload-artifact@v4, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🐧 Linux / Template w/ Mono, release (target=template_release)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4, actions/setup-python@v5, actions/upload-artifact@v4, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🐧 Linux / Template w/ Mono, debug (target=template_debug)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4, actions/setup-python@v5, actions/upload-artifact@v4, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🌐 Web / Template w/ threads (target=template_release, threads=yes)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4, actions/setup-python@v5, actions/upload-artifact@v4, mymindstorm/setup-emsdk@v14. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🏁 Windows / Template w/ GCC (target=template_release, use_mingw=yes)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/checkout@v4, actions/setup-python@v5, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🏁 Windows / Template w/ GCC (target=template_release, use_mingw=yes)
Unexpected input(s) 'tests', valid inputs are ['target', 'platform', 'scons-flags', 'scons-cache']
|
|
🏁 Windows / Editor (target=editor)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/checkout@v4, actions/setup-python@v5, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🏁 Windows / Editor (target=editor)
Unexpected input(s) 'tests', valid inputs are ['target', 'platform', 'scons-flags', 'scons-cache']
|
|
🐧 Linux / Editor w/ Mono (target=editor)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/setup-python@v5, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🏁 Windows / Template (target=template_release)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/checkout@v4, actions/setup-python@v5, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🏁 Windows / Template (target=template_release)
Unexpected input(s) 'tests', valid inputs are ['target', 'platform', 'scons-flags', 'scons-cache']
|
|
🐧 Linux / Editor with ThreadSanitizer (target=editor, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/checkout@v4, actions/setup-python@v5, dsaltares/fetch-gh-release-asset@1.1.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
android-template-arm32
|
76 MB |
sha256:6587e861b4578b557ea497c691bddf7710317a96bf0dce0cba3caf7b354165ad
|
|
|
android-template-arm64
|
70.5 MB |
sha256:96aec942db2a77591a8767e56d8bdde42ee7678f5e76a8d5c19e235cea0110e7
|
|
|
linux-template-mono
|
35.4 MB |
sha256:014a19a67426db3ae4d340cc153ef4cc8d9e5b4e96b9cedeb857d1f2ad59fab8
|
|
|
linux-template-mono-debug
|
34.2 MB |
sha256:f15b6e0444bf3d3ef62916afaa3a2a85e33ba337b5d404873a554bf65687bc4c
|
|
|
web-nothreads-template
|
17.4 MB |
sha256:81385b75950358ff2f24ceb8a907624a4095b962f50eb26690de15b8190cd6d7
|
|
|
web-template
|
17.4 MB |
sha256:8d23f71b364a3ae0e554cb52bd83c907c037cc8f3029b37ff3683c54acda3c4b
|
|