Add CI/CD workflow for multi-OS binaries#23
Merged
Conversation
Co-authored-by: jamylak <1940205+jamylak@users.noreply.github.com>
Co-authored-by: jamylak <1940205+jamylak@users.noreply.github.com>
Co-authored-by: jamylak <1940205+jamylak@users.noreply.github.com>
Owner
|
@copilot finish this PR and make the workflows only run on release or manual dispatch, not on pushes or PRs |
…d security permissions Co-authored-by: jamylak <1940205+jamylak@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
[WIP] Add CI/CD workflow for multi-OS binaries
Add CI/CD workflow for multi-OS binaries
Jan 13, 2026
Owner
|
@copilot update this so that edits to this release binary workflow should not trigger all the other workflows to run. |
…other workflows Co-authored-by: jamylak <1940205+jamylak@users.noreply.github.com>
Contributor
Author
Done! Added |
11,
inlined from ‘constexpr void
fmt::v9::detail::bigint::assign_pow10(int)’ at
/usr/include/fmt/format.h:2893:11,
inlined from ‘constexpr void
fmt::v9::detail::bigint::assign_pow10(int)’ at
/usr/include/fmt/format.h:2884:24,
inlined from ‘constexpr void
fmt::v9::detail::format_dragon(basic_fp<__int128 unsigned>, unsigned
int, int, buffer<char>&,
int&)’ at /usr/include/fmt/format.h:3011:29:
/usr/include/c++/13/bits/stl_algobase.h:437:30: error: ‘void*
__builtin_memmove(void*, const void*, long unsigned int)’
forming offset 4 is out of the bounds [0, 4] [-Werror=array-bounds=]
437 | __builtin_memmove(__result, __first, sizeof(_Tp)
* _Num);
|
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
gmake[2]: *** [CMakeFiles/vsdf.dir/build.make:121:
CMakeFiles/vsdf.dir/src/online_sdf_renderer.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefi
inlined from ‘constexpr void fmt::v9::detail::format_dragon(basic_fp<__int128 unsigned>, unsigned int, int, buffer<char>&, int&)’ at /usr/include/fmt/format.h:3011:29:
/usr/include/c++/13/bits/stl_algobase.h:437:30: error: ‘void* __builtin_memmove(void*, const void*, long unsigned int)’ forming offset 4 is out of the bounds [0, 4] [-Werror=array-bounds=]
437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
[9/10] Building CXX object CMakeFiles/vsdf.dir/src/ffmpeg_encoder.cpp.o
ninja: build stopped: subcommand failed.
Error: Process completed with exit code 1.
https://github.com/jamylak/vsdf/actions/runs/20944451445/job/60184584605?pr=23
Due to how we treat warnings as errors, somehow it finds this issue in
fmt/spdlog libraries
Owner
|
Will just merge for now in this state and address issues in a future PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Binaries on release