File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,12 +13,15 @@ set(TARGET_SOURCES
1313FetchContent_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+
1821FetchContent_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)
2326FetchContent_MakeAvailable (args simdjson)
2427
You can’t perform that action at this time.
0 commit comments