Skip to content

Revert "Make repo a flake and make ld-linux be dynamically located" #869

Revert "Make repo a flake and make ld-linux be dynamically located"

Revert "Make repo a flake and make ld-linux be dynamically located" #869

Triggered via push December 12, 2023 17:13
Status Success
Total duration 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cpp-linter.yml

on: push
cpp-linter
26s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 5 warnings
/src/builder/linker/linux/../../../constants.h:14:2 [clang-diagnostic-error]: src/builder/linker/linux/../../../constants.h#L14
"_SNOWBALL_VERSION and _SNOWBALL_VERSION_NUMBER must be defined!"
/src/builder/linker/linux/../../../constants.h:178:2 [clang-diagnostic-error]: src/builder/linker/linux/../../../constants.h#L178
"_SNOWBALL_LIBRARY_OBJ must be defined! (e.g. \"snowball-objects\")"
/src/builder/linker/linux/../../../constants.h:190:2 [clang-diagnostic-error]: src/builder/linker/linux/../../../constants.h#L190
"_SNOWBALL_LLVM_PACKAGE_VERSION must be defined! (e.g. \"16.0.6\")"
/src/builder/linker/linux/ld.cc:37:5 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: src/builder/linker/linux/ld.cc#L37
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead