fixed build
Run Simulator Tests on local RHEL9 / build (push) Failing after 16s
Run Simulator Tests on local RHEL8 / build (push) Failing after 26s
Build on RHEL8 docker image / build (push) Failing after 1m6s
Build on RHEL9 docker image / build (push) Failing after 1m5s

This commit is contained in:
2026-04-16 14:31:44 +02:00
parent 51be9dd127
commit d2a9fcd9f4
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ if(NOT CMAKE_USE_PTHREADS_INIT)
message(FATAL_ERROR "A POSIX threads (pthread) implementation is required, but was not found.")
endif()
option(SLS_LOG_MAX_REPORTING_LEVEL "Set the maximum logging level for the project" "sls::TLogLevel::logINFO")
set(SLS_LOG_MAX_REPORTING_LEVEL "Set the maximum logging level for the project" CACHE STRING "sls::TLogLevel::logINFO")
option(SLS_USE_SYSTEM_ZMQ "Use system installed libzmq" OFF)
@@ -6,7 +6,6 @@ VirtualMatterhornServer::VirtualMatterhornServer(uint16_t port)
: BaseMatterhornServer<VirtualMatterhornServer>(port) {
udpDetails[0].srcip = LOCALHOSTIP_INT;
// TODO: when do i set the udp mac and ip ?
// should maybe be part of the constructor?
tcpInterface->startTCPServer();