Migrate to Borealis (#2266)

This commit is contained in:
Luke Street
2026-08-05 07:54:31 -06:00
committed by GitHub
parent 4604304305
commit 13b3b68fe5
94 changed files with 654 additions and 14091 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#include <memory>
#include "aurora/lib/logging.hpp"
#include <borealis/log.hpp>
#include "dusk/os.h"
#include "os_report.h"
aurora::Module Log("dusk::osReport");
static constexpr borealis::Log Log{"dusk::osReport"};
bool dusk::OSReportReallyForceEnable = false;