Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump libsimulator submodule #7773

Merged
merged 1 commit into from
Oct 27, 2024
Merged

Bump libsimulator submodule #7773

merged 1 commit into from
Oct 27, 2024

Conversation

0xThiebaut
Copy link
Contributor

Bump libsimulator submodule.

Fixes issues with SIGSTKSZ not being a constant anymore.

[20/42] Building CXX object CMakeFiles/acceptor.dir/test/main.cpp.o
FAILED: CMakeFiles/acceptor.dir/test/main.cpp.o 
/usr/bin/c++ -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -I/libtorrent/simulation/libsimulator/include -g -std=gnu++14 -fdiagnostics-color=always -MD -MT CMakeFiles/acceptor.dir/test/main.cpp.o -MF CMakeFiles/acceptor.dir/test/main.cpp.o.d -o CMakeFiles/acceptor.dir/test/main.cpp.o -c /libtorrent/simulation/libsimulator/test/main.cpp
In file included from /usr/include/signal.h:328,
                 from /libtorrent/simulation/libsimulator/test/catch.hpp:6442,
                 from /libtorrent/simulation/libsimulator/test/main.cpp:21:
/libtorrent/simulation/libsimulator/test/catch.hpp:6465:33: error: size of array ‘altStackMem’ is not an integral constant-expression
 6465 |         static char altStackMem[SIGSTKSZ];
      |                                 ^~~~~~~~
/libtorrent/simulation/libsimulator/test/catch.hpp:6516:45: error: size of array ‘altStackMem’ is not an integral constant-expression
 6516 |     char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};
      |                                             ^~~~~~~~
ninja: build stopped: subcommand failed.

@arvidn arvidn merged commit 6a2c1ee into arvidn:RC_2_0 Oct 27, 2024
42 checks passed
@0xThiebaut 0xThiebaut deleted the libsimulator branch October 27, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants