Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyoujiyi committed Apr 14, 2022
1 parent 7f5f685 commit e81b10f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmake/external/arm_brpc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ INCLUDE(ExternalProject)
#SET_PROPERTY(TARGET crypto PROPERTY IMPORTED_LOCATION ${OPENSSL_CRYPTO_LIBRARY})

IF((NOT DEFINED ARM_BRPC_NAME) OR (NOT DEFINED ARM_BRPC_URL))
SET(ARM_BRPC_VER "0.1.0" CACHE STRING "" FORCE)
SET(ARM_BRPC_VER "1.1.0" CACHE STRING "" FORCE)
SET(ARM_BRPC_NAME "arm_brpc" CACHE STRING "" FORCE)
SET(ARM_BRPC_URL "https://paddlerec.bj.bcebos.com/online_infer/arm_brpc_ubuntu18/output.tar.gz" CACHE STRING "" FORCE)
ENDIF()

MESSAGE(STATUS "ARM_BRPC_NAME: ${ARM_BRPC_NAME}, ARM_BRPC_URL: ${ARM_BRPC_URL}")
Expand All @@ -51,7 +50,8 @@ FILE(WRITE ${ARM_BRPC_DOWNLOAD_DIR}/CMakeLists.txt
"cmake_minimum_required(VERSION 3.0)\n"
"install(DIRECTORY ${ARM_BRPC_DST_DIR} ${ARM_BRPC_DST_DIR} \n"
" DESTINATION ${ARM_BRPC_NAME})\n")


SET(ARM_BRPC_URL "https://paddlerec.bj.bcebos.com/online_infer/arm_brpc_ubuntu18/output.tar.gz" CACHE STRING "" FORCE)
ExternalProject_Add(
${ARM_BRPC_PROJECT}
${EXTERNAL_PROJECT_LOG_ARGS}
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/protobuf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ FUNCTION(build_protobuf TARGET_NAME BUILD_FOR_HOST)
${SHALLOW_CLONE}
PREFIX ${PROTOBUF_PREFIX_DIR}
DOWNLOAD_DIR ${PROTOBUF_SOURCE_DIR}
DOWNLOAD_COMMAND rm -rf arm_protobuf.tar.gz &&
DOWNLOAD_COMMAND rm -rf arm_protobuf.tar.gz
&& wget --no-check-certificate ${ARM_PROTOBUF_URL}
&& tar zxvf arm_protobuf.tar.gz
#DOWNLOAD_COMMAND cp /home/wangbin44/Paddle/build/arm_protobuf.tar.gz .
Expand Down

2 comments on commit e81b10f

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on e81b10f Apr 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #41649 Commit ID: e81b10f contains failed CI.

🔹 Failed: PR-CI-Kunlun-KP-Build

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-Windows-OPENBLAS

Unknown Failed
Unknown Failed

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on e81b10f Apr 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #41649 Commit ID: e81b10f contains failed CI.

🔹 Failed: PR-CI-Windows-Inference

Unknown Failed
Unknown Failed

Please sign in to comment.