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
427f26d0
Commit
427f26d0
authored
3 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
update .gitlab-ci.yml and remove sudo commands on macos
parent
46872c75
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#55361
failed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-8
2 additions, 8 deletions
.gitlab-ci.yml
.scripts/run_osx_build.sh
+1
-9
1 addition, 9 deletions
.scripts/run_osx_build.sh
with
3 additions
and
17 deletions
.gitlab-ci.yml
+
2
−
8
View file @
427f26d0
...
...
@@ -30,10 +30,6 @@ stages:
-
arm
build_linux_64_python3.6.____cpython
:
extends
:
.build_template_linux_64
variables
:
CONFIG
:
linux_64_python3.6.____cpython
build_linux_64_python3.7.____cpython
:
extends
:
.build_template_linux_64
variables
:
...
...
@@ -46,10 +42,7 @@ build_linux_64_python3.9.____cpython:
extends
:
.build_template_linux_64
variables
:
CONFIG
:
linux_64_python3.9.____cpython
build_osx_64_python3.6.____cpython
:
extends
:
.build_template_build_osx_64
variables
:
CONFIG
:
osx_64_python3.6.____cpython
build_osx_64_python3.7.____cpython
:
extends
:
.build_template_build_osx_64
variables
:
...
...
@@ -62,6 +55,7 @@ build_osx_64_python3.9.____cpython:
extends
:
.build_template_build_osx_64
variables
:
CONFIG
:
osx_64_python3.9.____cpython
build_osx_arm64_python3.8.____cpython
:
extends
:
.build_template_osx_arm64
variables
:
...
...
This diff is collapsed.
Click to expand it.
.scripts/run_osx_build.sh
+
1
−
9
View file @
427f26d0
...
...
@@ -34,14 +34,6 @@ if [[ "${CI:-}" != "" ]]; then
mangle_compiler ./ ./recipe .ci_support/
${
CONFIG
}
.yaml
fi
if
[[
"
${
CI
:-}
"
!=
""
]]
;
then
echo
-e
"
\n\n
Mangling homebrew in the CI to avoid conflicts."
/usr/bin/sudo mangle_homebrew
/usr/bin/sudo
-k
else
echo
-e
"
\n\n
Not mangling homebrew as we are not running in CI"
fi
echo
-e
"
\n\n
Running the build setup script."
source
run_conda_forge_build_setup
...
...
@@ -66,4 +58,4 @@ if [[ "${UPLOAD_PACKAGES}" != "False" ]]; then
upload_package
--validate
--feedstock-name
=
"
${
FEEDSTOCK_NAME
}
"
./ ./recipe ./.ci_support/
${
CONFIG
}
.yaml
fi
(
endgroup
"Uploading packages"
)
2> /dev/null
\ No newline at end of file
(
endgroup
"Uploading packages"
)
2> /dev/null
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