Skip to content

Commit

Permalink
Dependencies: bump liblog to 0.2.3 (#209)
Browse files Browse the repository at this point in the history
* Dependencies: bump liblog to v0.2.3

---------

Signed-off-by: Dima Dorezyuk <ddo@qwello.eu>
Co-authored-by: Dima Dorezyuk <ddo@qwello.eu>
  • Loading branch information
2 people authored and hikinggrass committed Oct 15, 2024
1 parent 5d76140 commit 131e44c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,6 @@ if((${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME} OR ${PROJECT_NAME}_BUILD_TEST

add_subdirectory(tests)

setup_target_for_coverage_gcovr_html(
NAME ${PROJECT_NAME}_gcovr_coverage
EXECUTABLE ctest --output-on-failure
EXCLUDE "${CMAKE_SOURCE_DIR}/tests" "${CMAKE_BINARY_DIR}"
DEPENDENCIES tests everest
)

setup_target_for_coverage_lcov(
NAME ${PROJECT_NAME}_lcov_coverage
EXECUTABLE ctest --output-on-failure
EXCLUDE "${CMAKE_SOURCE_DIR}/tests" "${CMAKE_BINARY_DIR}"
DEPENDENCIES tests everest
)
else()
message(STATUS "Not running unit tests")
endif()
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mqttc:
options: ["MQTT_C_EXAMPLES OFF", "CMAKE_POSITION_INDEPENDENT_CODE ON"]
liblog:
git: https://github.com/EVerest/liblog.git
git_tag: v0.2.1
git_tag: v0.2.3
options: ["BUILD_EXAMPLES OFF", "CMAKE_POSITION_INDEPENDENT_CODE ON"]
libfmt:
git: https://github.com/fmtlib/fmt.git
Expand Down
6 changes: 3 additions & 3 deletions third-party/bazel/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ def everest_framework_repos(repo_mapping = {}):
maybe(
http_archive,
name = "com_github_everest_liblog",
url = "https://github.com/EVerest/liblog/archive/5c132fb0bcdfb41d6285c4f834ae4657d7a6bff6.tar.gz",
sha256 = "19b017a8ef4948bd0692f1d683d0031e76daa21d43a4bddff818bb77e0827fac",
strip_prefix = "liblog-5c132fb0bcdfb41d6285c4f834ae4657d7a6bff6",
url = "https://github.com/EVerest/liblog/archive/763a56a4bf194e7cf1cab7446e993c376ce933fa.tar.gz",
sha256 = "6d1f4238f8984cbe0dea9d7bc2c3771ca803387b5215a2b42df0c850bd561770",
strip_prefix = "liblog-763a56a4bf194e7cf1cab7446e993c376ce933fa",
build_file = "@everest-framework//third-party/bazel:BUILD.liblog.bazel",
repo_mapping = repo_mapping,
)
Expand Down

0 comments on commit 131e44c

Please sign in to comment.