Manual Release 0.11.0 #38
manual-release.yml
on: workflow_dispatch
Create Release
19s
Matrix: builds / builds
Annotations
55 warnings
|
builds / Linux Tiles x64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, hendrikmuhs/ccache-action@v1.2, lukka/run-cmake@v10. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
builds / Linux Tiles x64
‘<anonymous>’ may be used uninitialized [-Wmaybe-uninitialized]
|
|
builds / Linux Tiles x64
‘<anonymous>’ may be used uninitialized [-Wmaybe-uninitialized]
|
|
builds / Linux Tiles x64
no previous declaration for ‘damage_instance damage_instance_serialization::deserialize_damage_instance(const std::vector<serialized_damage_unit>&)’ [-Wmissing-declarations]
|
|
builds / Linux Tiles x64
no previous declaration for ‘std::vector<damage_instance_serialization::serialized_damage_unit> damage_instance_serialization::serialize_damage_instance(const damage_instance&)’ [-Wmissing-declarations]
|
|
builds / Linux Tiles x64
loop variable ‘t’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
|
|
builds / Linux Tiles x64
loop variable ‘t’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
|
|
builds / Linux Tiles x64
comparison of integer expressions of different signedness: ‘std::vector<string_id<mutation_branch> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
|
builds / Linux Tiles x64
redundant redeclaration of ‘int iuse::modify_fluid_grid_connections(player*, item*, bool, const tripoint&)’ in same scope [-Wredundant-decls]
|
|
builds / Linux Tiles x64
redundant redeclaration of ‘int iuse::report_fluid_grid_connections(player*, item*, bool, const tripoint&)’ in same scope [-Wredundant-decls]
|
|
builds / Linux Tiles x64
no previous declaration for ‘std::string Name::string_search(sol::variadic_args)’ [-Wmissing-declarations]
|
|
builds / Linux Curses x64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, hendrikmuhs/ccache-action@v1.2, lukka/run-cmake@v10. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
builds / Linux Curses x64
‘<anonymous>’ may be used uninitialized [-Wmaybe-uninitialized]
|
|
builds / Linux Curses x64
‘<anonymous>’ may be used uninitialized [-Wmaybe-uninitialized]
|
|
builds / Linux Curses x64
no previous declaration for ‘damage_instance damage_instance_serialization::deserialize_damage_instance(const std::vector<serialized_damage_unit>&)’ [-Wmissing-declarations]
|
|
builds / Linux Curses x64
no previous declaration for ‘std::vector<damage_instance_serialization::serialized_damage_unit> damage_instance_serialization::serialize_damage_instance(const damage_instance&)’ [-Wmissing-declarations]
|
|
builds / Linux Curses x64
loop variable ‘t’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
|
|
builds / Linux Curses x64
loop variable ‘t’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
|
|
builds / Linux Curses x64
comparison of integer expressions of different signedness: ‘std::vector<string_id<mutation_branch> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
|
builds / Linux Curses x64
redundant redeclaration of ‘int iuse::modify_fluid_grid_connections(player*, item*, bool, const tripoint&)’ in same scope [-Wredundant-decls]
|
|
builds / Linux Curses x64
redundant redeclaration of ‘int iuse::report_fluid_grid_connections(player*, item*, bool, const tripoint&)’ in same scope [-Wredundant-decls]
|
|
builds / Linux Curses x64
no previous declaration for ‘std::string Name::string_search(sol::variadic_args)’ [-Wmissing-declarations]
|
|
builds / macOS Tiles ARM
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, BrettDong/setup-sdl2-frameworks@v1, hendrikmuhs/ccache-action@v1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
builds / macOS Tiles ARM
ninja 1.13.2 is already installed and up-to-date.
To reinstall 1.13.2, run:
brew reinstall ninja
|
|
builds / macOS Tiles ARM
cmake 4.2.3 is already installed and up-to-date.
To reinstall 4.2.3, run:
brew reinstall cmake
|
|
builds / macOS Tiles ARM
sqlite 3.51.2_1 is already installed and up-to-date.
To reinstall 3.51.2_1, run:
brew reinstall sqlite
|
|
builds / macOS Tiles ARM
gettext 1.0 is already installed and up-to-date.
To reinstall 1.0, run:
brew reinstall gettext
|
|
builds / macOS Tiles x64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, BrettDong/setup-sdl2-frameworks@v1, hendrikmuhs/ccache-action@v1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
builds / macOS Tiles x64
ninja 1.13.2 is already installed and up-to-date.
To reinstall 1.13.2, run:
brew reinstall ninja
|
|
builds / macOS Tiles x64
cmake 4.2.3 is already installed and up-to-date.
To reinstall 4.2.3, run:
brew reinstall cmake
|
|
builds / macOS Tiles x64
sqlite 3.51.2_1 is already installed and up-to-date.
To reinstall 3.51.2_1, run:
brew reinstall sqlite
|
|
builds / macOS Tiles x64
gettext 1.0 is already installed and up-to-date.
To reinstall 1.0, run:
brew reinstall gettext
|
|
builds / macOS Curses ARM
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, BrettDong/setup-sdl2-frameworks@v1, hendrikmuhs/ccache-action@v1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
builds / macOS Curses ARM
ninja 1.13.2 is already installed and up-to-date.
To reinstall 1.13.2, run:
brew reinstall ninja
|
|
builds / macOS Curses ARM
cmake 4.2.3 is already installed and up-to-date.
To reinstall 4.2.3, run:
brew reinstall cmake
|
|
builds / macOS Curses ARM
sqlite 3.51.2_1 is already installed and up-to-date.
To reinstall 3.51.2_1, run:
brew reinstall sqlite
|
|
builds / macOS Curses ARM
gettext 1.0 is already installed and up-to-date.
To reinstall 1.0, run:
brew reinstall gettext
|
|
builds / macOS Curses x64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, BrettDong/setup-sdl2-frameworks@v1, hendrikmuhs/ccache-action@v1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
builds / macOS Curses x64
ninja 1.13.2 is already installed and up-to-date.
To reinstall 1.13.2, run:
brew reinstall ninja
|
|
builds / macOS Curses x64
cmake 4.2.3 is already installed and up-to-date.
To reinstall 4.2.3, run:
brew reinstall cmake
|
|
builds / macOS Curses x64
sqlite 3.51.2_1 is already installed and up-to-date.
To reinstall 3.51.2_1, run:
brew reinstall sqlite
|
|
builds / macOS Curses x64
gettext 1.0 is already installed and up-to-date.
To reinstall 1.0, run:
brew reinstall gettext
|
|
builds / Windows Tiles x64 MSVC
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, hendrikmuhs/ccache-action@v1.2, lukka/get-cmake@v3.31.6, lukka/run-cmake@v10, lukka/run-vcpkg@main, microsoft/setup-msbuild@v2, msys2/setup-msys2@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
builds / Windows Tiles x64 MSVC
'initializing': conversion from 'size_t' to '_Ty', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Windows Tiles x64 MSVC
'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Windows Tiles x64 MSVC
'initializing': conversion from 'size_t' to '_Ty', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Windows Tiles x64 MSVC
'=': conversion from 'size_t' to '_Ty', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Windows Tiles x64 MSVC
'return': conversion from 'float' to '_Rx', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Windows Tiles x64 MSVC
'initializing': conversion from '_Ty' to 'float', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Windows Tiles x64 MSVC
'initializing': conversion from '_Ty' to '_Ty', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Windows Tiles x64 MSVC
'initializing': conversion from '_Ty' to 'float', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Windows Tiles x64 MSVC
'initializing': conversion from '_Ty' to '_Ty', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Windows Tiles x64 MSVC
'=': conversion from '_Ty' to '_Ty', possible loss of data [D:\a\Cataclysm-BN\Cataclysm-BN\out\build\windows-tiles-sounds-x64-msvc\src\cataclysm-bn-tiles-common.vcxproj]
|
|
builds / Android ARM64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-java@v4.1.0, hendrikmuhs/ccache-action@v1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
builds / Android Bundle
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-java@v4.1.0, hendrikmuhs/ccache-action@v1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|