Update build workflow to statically build Abseil and project dependencies
Some checks failed
Build / build (push) Failing after 2m4s

Modify GitHub Actions workflow to:
- Build Abseil from source statically
- Configure CMake for static linking
- Remove external Abseil library dependency
- Update build flags to support static compilation
This commit is contained in:
2025-01-28 07:23:54 +00:00
parent 5bfc44d46c
commit d8fcced921
3 changed files with 70 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
#define UTILS_H_
#include <string>
#include <cstdint>
#include "absl/strings/string_view.h"