Skip to content

Commit

Permalink
gpid failed
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 19, 2023
1 parent 4c6a003 commit 261932f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function run_build()
if [ ! -z "${IWYU}" ]; then
make $MAKE_OPTIONS 2> iwyu.out
else
make $MAKE_OPTIONS
make bulk_load_test $MAKE_OPTIONS
# pegasus_shell
# pegasus_server
# make install
Expand Down
5 changes: 4 additions & 1 deletion src/test/function_test/bulk_load/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ set(MY_PROJ_LIBS
sasl2
gssapi_krb5
krb5
function_test_utils
dsn.block_service
dsn.block_service.hdfs
dsn.block_service.local
pegasus_client_static
dsn_utils
function_test_utils
test_utils
gtest)

Expand Down

0 comments on commit 261932f

Please sign in to comment.