Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.devtools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.devtools
Commits
a6fed750
Commit
a6fed750
authored
Jan 18, 2021
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update-ci.sh] Add support for m1 macs
parent
4788fa9f
Pipeline
#47168
passed with stages
in 14 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/macos-ci-install/update-ci.sh
doc/macos-ci-install/update-ci.sh
+8
-1
No files found.
doc/macos-ci-install/update-ci.sh
View file @
a6fed750
...
...
@@ -3,6 +3,9 @@
# Update CI installation
echo
"Updating homebrew..."
brew
=
/usr/local/bin/brew
if
[
!
-x
${
brew
}
]
;
then
brew
=
/opt/homebrew/bin/brew
fi
${
brew
}
update
${
brew
}
upgrade
...
...
@@ -20,4 +23,8 @@ function pipupdate() {
${
1
}
list
--outdated
--format
=
freeze |
grep
-v
'^\-e'
|
cut
-d
=
-f
1 | xargs
-n1
${
1
}
install
-U
;
}
pipupdate /usr/local/bin/pip3
pip
=
/usr/local/bin/pip3
if
[
!
-x
${
pip
}
]
;
then
brew
=
/opt/homebrew/bin/pip3
fi
pipupdate
${
pip
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment