Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
conda
Commits
524d1db1
Commit
524d1db1
authored
3 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
don't use build_locally.py
parent
fcba35a7
No related branches found
No related tags found
No related merge requests found
Pipeline
#56069
failed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-12
16 additions, 12 deletions
.gitlab-ci.yml
with
16 additions
and
12 deletions
.gitlab-ci.yml
+
16
−
12
View file @
524d1db1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment