Skip to content

Commit

Permalink
release: enable archive target in build_manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Aug 9, 2022
1 parent cd5faa7 commit 82750ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tools/release/build_delivery_manylinux_amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ function main() {
local -r ORTOOLS_SHA1=$(git rev-parse --verify HEAD)
local -r DOCKERFILE="amd64.Dockerfile"
local -r ORTOOLS_IMG="ortools/manylinux_delivery_amd64"
local -r PLATFORM=$(uname -m)

mkdir -p export
mkdir -p "${ROOT_DIR}/export"

case ${1} in
dotnet|java|python|archive|examples)
Expand All @@ -251,7 +252,7 @@ function main() {
build_dotnet
build_java
#build_python
#build_archive
build_archive
#build_examples
exit ;;
*)
Expand Down
2 changes: 1 addition & 1 deletion tools/release/build_delivery_manylinux_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function main() {
build_dotnet
build_java
#build_python
#build_archive
build_archive
#build_examples
exit ;;
*)
Expand Down

0 comments on commit 82750ac

Please sign in to comment.