Refactor building, update deps #54
Triggered via pull request
September 11, 2024 18:57
Status
Failure
Total duration
20m 44s
Artifacts
–
change.yml
on: pull_request
build
/
Build
20m 32s
message-lint
/
On Push
0s
message-lint
/
On Pull Request
11s
check-format
/
Run clang-format on daemon
1m 12s
check-format
/
Run prettier on frontend
5s
build
/
Deploy to server using ssh
0s
Annotations
2 errors
message-lint / On Pull Request
You have commit messages with errors
⧗ input: build: update dependencies
A pretty major change including a lot of refactoring.
- New versions of the folllowing tools:
- Conan 2
- Ubuntu 24.04
- LLVM 18
- Clean up deprecations (e.g. removed FetchContent_Populate)
- Refactor the CMake files with comments added
- Bump multiple dependencies, adapt to their new API
- Migrated to conanfile.py
- Use CMake presets (Fixes #7)
✖ footer must have leading blank line [footer-leading-blank]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
build / Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cmake -B/build -S/src -DCMAKE_BUILD_TYPE=Release --preset release\ncmake --build /build\n" did not complete successfully: exit code: 1
|