Skip to content

Commit

Permalink
Disable test when building msgpack from source (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuniga-amd authored Aug 6, 2020
1 parent afade51 commit dcf793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ install_msgpack_from_source( )
cd "${build_dir}/deps"
git clone -b cpp-3.0.1 https://github.com/msgpack/msgpack-c.git
cd msgpack-c
${cmake_executable} .
${cmake_executable} -DMSGPACK_BUILD_TESTS=OFF .
make
elevate_if_not_root make install
popd
Expand Down

0 comments on commit dcf793d

Please sign in to comment.