File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 * )
Original file line number Diff line number Diff 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 * )
You can’t perform that action at this time.
0 commit comments