Skip to content
Snippets Groups Projects
Commit 524d1db1 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

don't use build_locally.py

parent fcba35a7
No related branches found
No related tags found
No related merge requests found
Pipeline #56069 failed
......@@ -14,8 +14,9 @@ stages:
.build_template:
stage: build
script:
- python3 build-locally.py $CONFIG
after_script:
- chmod -R +w build_artifacts
- chmod -R +w miniforge3
artifacts:
expire_in: 1 month
paths:
......@@ -25,25 +26,28 @@ stages:
.build_template_linux_64:
extends: .build_template
resource_group: linux_64
after_script:
- chmod -R a+w build_artifacts
script:
- ./.scripts/build_steps.sh
tags:
- docker-build
.build_template_build_osx_64:
.build_template_osx:
extends: .build_template
resource_group: osx_64
script:
- ./.scripts/run_osx_build.sh
before_script:
- unset CI
.build_template_osx_64:
extends: .build_template_osx
resource_group: osx_64
tags:
- macos
- intel
.build_template_osx_arm64:
extends: .build_template
extends: .build_template_osx
resource_group: osx_arm64
before_script:
- unset CI
tags:
- macos
- arm
......@@ -111,15 +115,15 @@ build_linux_64_cuda_compiler_version11.2cudnn8python3.9.____cpython:
CONFIG: linux_64_cuda_compiler_version11.2cudnn8python3.9.____cpython
build_osx_64_python3.7.____cpython:
extends: .build_template_build_osx_64
extends: .build_template_osx_64
variables:
CONFIG: osx_64_python3.7.____cpython
build_osx_64_python3.8.____cpython:
extends: .build_template_build_osx_64
extends: .build_template_osx_64
variables:
CONFIG: osx_64_python3.8.____cpython
build_osx_64_python3.9.____cpython:
extends: .build_template_build_osx_64
extends: .build_template_osx_64
variables:
CONFIG: osx_64_python3.9.____cpython
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment