mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 00:55:59 +08:00
message reaction bug fix
This commit is contained in:
@@ -25,7 +25,7 @@ for ((i = 0; i < ${#service_source_root[*]}; i++)); do
|
||||
cd $begin_path
|
||||
service_path=${service_source_root[$i]}
|
||||
cd $service_path
|
||||
make install
|
||||
make install os=${goos} arch=${goarch}
|
||||
if [ $? -ne 0 ]; then
|
||||
echo -e "${RED_PREFIX}${service_names[$i]} build failed ${COLOR_SUFFIX}\n"
|
||||
exit -1
|
||||
|
||||
@@ -81,6 +81,8 @@ service_names=(
|
||||
${sdk_server_name}
|
||||
${demo_server_name}
|
||||
)
|
||||
goos=linux
|
||||
goarch=amd64
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user