File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,16 +58,13 @@ build:
5858 cd rest
5959 mkdir ../rest_deps
6060 mkdir ../rest_deps/lib
61- echo ${LIB_EXT}
6261 if [[ "$target_platform" == osx-* ]]; then
63- cp ${BUILD_PREFIX}/lib/*.dylib ../rest_deps/lib/
64- cp ${BUILD_PREFIX}/lib/python${PY_VER}/site-packages/mokit/lib/librest2fch.dylib ../rest_deps/lib/
6562 LIB_EXT="dylib"
6663 else
67- cp ${BUILD_PREFIX}/lib/*.so ../rest_deps/lib/
68- cp ${BUILD_PREFIX}/lib/python${PY_VER}/site-packages/mokit/lib/librest2fch.so ../rest_deps/lib/
6964 LIB_EXT="so"
7065 fi
66+ cp ${BUILD_PREFIX}/lib/*.${LIB_EXT} ../rest_deps/lib/
67+ cp ${BUILD_PREFIX}/lib/python${PY_VER}/site-packages/mokit/lib/librest2fch.${LIB_EXT} ../rest_deps/lib/
7168 export LIBCLANG_PATH="$BUILD_PREFIX/lib"
7269 cargo install --path . --profile release --root ${PREFIX}
7370 mkdir -p ${PREFIX}/share/rest/
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ package:
1212
1313source :
1414 - git : https://gitee.com/restgroup/rest_regression.git
15- git_rev : 71be51b48bbf43c87e41609f12be93bb57eae6e2
15+ rev : 71be51b48bbf43c87e41609f12be93bb57eae6e2
1616 # tag: v2025.02
1717 target_directory : rest_regression
1818
You can’t perform that action at this time.
0 commit comments