Skip to content

Commit d650dae

Browse files
author
Marco Edoardo Santimaria
committed
Update Taywee/args and simdjson/simdjson
1 parent 88661ab commit d650dae

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,17 +175,20 @@ jobs:
175175
--gtest_break_on_failure \
176176
--gtest_print_time=1
177177
178+
178179
echo "Run CAPIO server Unit tests"
179180
capio_server_unit_tests \
180181
--gtest_break_on_failure \
181182
--gtest_print_time=1
182183
184+
183185
echo "Run CAPIO syscall Unit tests"
184186
LD_PRELOAD=libcapio_posix.so \
185187
capio_syscall_unit_tests \
186188
--gtest_break_on_failure \
187189
--gtest_print_time=1
188190
191+
189192
echo "Run CAPIO integration tests"
190193
rm -rf /dev/shm/CAPIO*
191194
LD_PRELOAD=libcapio_posix.so \

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ COPY --from=builder \
6868
"/usr/local/include/gmoc[k]" \
6969
"/usr/local/include/gtes[t]" \
7070
"/usr/local/include/libsyscall_intercept_hook_point.h" \
71-
"/usr/local/include/simdjson.h" \
7271
/usr/local/include/
7372

7473
# Libraries

src/server/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ set(TARGET_SOURCES
1313
FetchContent_Declare(
1414
args
1515
GIT_REPOSITORY https://github.com/Taywee/args.git
16-
GIT_TAG 6.4.6
16+
GIT_TAG 6.4.7
1717
)
18+
set(ARGS_BUILD_EXAMPLE OFF CACHE INTERNAL "")
19+
set(ARGS_BUILD_UNITTESTS OFF CACHE INTERNAL "")
20+
1821
FetchContent_Declare(
1922
simdjson
2023
GIT_REPOSITORY https://github.com/simdjson/simdjson.git
21-
GIT_TAG v3.3.0
24+
GIT_TAG v4.0.6
2225
)
2326
FetchContent_MakeAvailable(args simdjson)
2427

0 commit comments

Comments
 (0)