Skip to content

Commit 82750ac

Browse files
committed
release: enable archive target in build_manylinux
1 parent cd5faa7 commit 82750ac

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tools/release/build_delivery_manylinux_amd64.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,9 @@ function main() {
237237
local -r ORTOOLS_SHA1=$(git rev-parse --verify HEAD)
238238
local -r DOCKERFILE="amd64.Dockerfile"
239239
local -r ORTOOLS_IMG="ortools/manylinux_delivery_amd64"
240+
local -r PLATFORM=$(uname -m)
240241

241-
mkdir -p export
242+
mkdir -p "${ROOT_DIR}/export"
242243

243244
case ${1} in
244245
dotnet|java|python|archive|examples)
@@ -251,7 +252,7 @@ function main() {
251252
build_dotnet
252253
build_java
253254
#build_python
254-
#build_archive
255+
build_archive
255256
#build_examples
256257
exit ;;
257258
*)

tools/release/build_delivery_manylinux_arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function main() {
261261
build_dotnet
262262
build_java
263263
#build_python
264-
#build_archive
264+
build_archive
265265
#build_examples
266266
exit ;;
267267
*)

0 commit comments

Comments
 (0)