Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e0d8cd

Browse files
committedApr 3, 2024·
try fix ci
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
1 parent afe60cf commit 2e0d8cd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎cmake/Hunter/config.cmake

+6
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@
1414
# SHA1 1234567890abcdef1234567890abcdef12345678
1515
# CMAKE_ARGS "CMAKE_VARIABLE=value"
1616
# )
17+
18+
hunter_config(
19+
soralog
20+
URL https://github.com/qdrvm/soralog/archive/556f28c83c4c8f040b65f3a57a92bf2b77f91fec.zip
21+
SHA1 0d25f6bd4edf454140b52e61c24d68dfc0ad0745
22+
)

‎housekeeping/clang-tidy-diff.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
BUILD_DIR="${BUILD_DIR:?}"
99

1010
cd $(dirname $0)/..
11-
git diff -U0 HEAD^ | clang-tidy-diff.py -p1 -path $BUILD_DIR -regex "\.(hpp|h)"
11+
git diff -U0 origin/master # DEBUG
12+
git diff -U0 origin/master | clang-tidy-diff.py -p1 -path $BUILD_DIR -regex "\.(hpp|h)"

‎test/libp2p/security/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ addtest(secio_exchange_message_marshaller_test
3232
secio_exchange_message_marshaller_test.cpp
3333
)
3434
target_link_libraries(secio_exchange_message_marshaller_test
35-
p2p_logger
3635
p2p_secio_exchange_message_marshaller
3736
)
3837

0 commit comments

Comments
 (0)
Please sign in to comment.