Skip to content

Commit

Permalink
Fix release build target (#1313)
Browse files Browse the repository at this point in the history
Signed-off-by: Tong Zhigao <[email protected]>
  • Loading branch information
solotzg authored Dec 24, 2020
1 parent c10b73a commit fa0e85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-centos7/build/build-tiflash-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cmake "$SRCPATH" ${DEFINE_CMAKE_PREFIX_PATH} \
-DENABLE_TESTS=OFF \
-Wno-dev

make -j $NPROC
make -j $NPROC tiflash

cp -f "$build_dir/dbms/src/Server/tiflash" "$install_dir/tiflash"
cp -f "${SRCPATH}/libs/libtiflash-proxy/libtiflash_proxy.so" "$install_dir/libtiflash_proxy.so"
Expand Down
2 changes: 1 addition & 1 deletion release-darwin/build/build-tiflash-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cmake "$SRCPATH" \
-DENABLE_MYSQL=OFF \
-Wno-dev

make -j $NPROC
make -j $NPROC tiflash

cp -f "$build_dir/dbms/src/Server/tiflash" "$install_dir/tiflash"
cp -f "${SRCPATH}/libs/libtiflash-proxy/libtiflash_proxy.dylib" "$install_dir/libtiflash_proxy.dylib"
Expand Down

0 comments on commit fa0e85e

Please sign in to comment.