Skip to content

Fix GCC 14 -Wtemplate-id-cdtor warnings #77

Fix GCC 14 -Wtemplate-id-cdtor warnings

Fix GCC 14 -Wtemplate-id-cdtor warnings #77

Triggered via push October 4, 2024 01:07
Status Success
Total duration 2h 1m 0s
Artifacts 11

runner.yml

on: push
📊 Static checks  /  Code style, file formatting, and docs
2m 35s
📊 Static checks / Code style, file formatting, and docs
Matrix: 🐧 Linux / build-linux
🤖 Android  /  Template (target=template_release)
27m 21s
🤖 Android / Template (target=template_release)
🍏 iOS  /  Template (target=template_release)
10m 57s
🍏 iOS / Template (target=template_release)
🌐 Web  /  Template (target=template_release)
20m 42s
🌐 Web / Template (target=template_release)
Matrix: 🍎 macOS / build-macos
Matrix: 🏁 Windows / build-windows
🪲 Godot CPP  /  Build and test Godot CPP
6m 26s
🪲 Godot CPP / Build and test Godot CPP
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
📊 Static checks / Code style, file formatting, and docs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🍏 iOS / Template (target=template_release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🏁 Windows / Template (target=template_release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🍎 macOS / Editor (target=editor, tests=yes)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🍎 macOS / Template (target=template_release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🌐 Web / Template (target=template_release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, mymindstorm/setup-emsdk@v12, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🌐 Web / Template (target=template_release)
No cached files found at path "/home/runner/work/redot-engine/redot-engine/emsdk-cache" - downloading and caching emsdk.
🤖 Android / Template (target=template_release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🐧 Linux / Minimal template (target=template_release, everything disabled)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🏁 Windows / Editor (target=editor, tests=yes)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🐧 Linux / Template w/ Mono (target=template_release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🐧 Linux / Editor w/ Mono (target=editor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4, actions/setup-dotnet@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/TextEdit.cs#L718
'TextEdit.TextDirection' hides inherited member 'Control.TextDirection'. Use the new keyword if hiding was intended.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/ArrayMesh.cs#L66
'ArrayMesh.BlendShapeMode' hides inherited member 'Mesh.BlendShapeMode'. Use the new keyword if hiding was intended.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/Button.cs#L157
'Button.TextDirection' hides inherited member 'Control.TextDirection'. Use the new keyword if hiding was intended.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/GltfAccessor.cs#L282
'GltfAccessor.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/GltfAccessor.cs#L468
'GltfAccessor.MethodName.GetType' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/GraphNode.cs#L176
'GraphNode.TextDirection' hides inherited member 'Control.TextDirection'. Use the new keyword if hiding was intended.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/Label.cs#L216
'Label.TextDirection' hides inherited member 'Control.TextDirection'. Use the new keyword if hiding was intended.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/LineEdit.cs#L595
'LineEdit.TextDirection' hides inherited member 'Control.TextDirection'. Use the new keyword if hiding was intended.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/LinkButton.cs#L87
'LinkButton.TextDirection' hides inherited member 'Control.TextDirection'. Use the new keyword if hiding was intended.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/MenuBar.cs#L79
'MenuBar.TextDirection' hides inherited member 'Control.TextDirection'. Use the new keyword if hiding was intended.
🐧 Linux / Editor with doubles and GCC sanitizers (target=editor, tests=yes, dev_build=yes, precision=double, use_asan=yes, use_ubsan=yes, linker=gold)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🪲 Godot CPP / Build and test Godot CPP
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "android-template", "godot-api-dump", "ios-template", "linux-editor-mono", "linux-template-minimal", "linux-template-mono", "macos-editor", "macos-template", "web-template", "windows-editor", "windows-template". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
android-template Expired
106 MB
godot-api-dump Expired
4.98 MB
ios-template Expired
117 MB
linux-editor-mono Expired
153 MB
linux-template-minimal Expired
47.4 MB
linux-template-mono Expired
76.9 MB
macos-editor Expired
227 MB
macos-template Expired
128 MB
web-template Expired
39.9 MB
windows-editor Expired
103 MB
windows-template Expired
52.9 MB