Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
c5acda10
Commit
c5acda10
authored
Jan 14, 2021
by
Isuru Fernando
Browse files
Add arm64 and universal2 to README
parent
ebeac616
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.rst
README.rst
+12
-0
No files found.
README.rst
View file @
c5acda10
...
...
@@ -272,6 +272,9 @@ To use these scripts
# and test containers, via docker.
dist: xenial
# osx image that enables Apple silicon builds
osx_image: xcode12u
matrix:
include:
- os: linux
...
...
@@ -326,6 +329,10 @@ To use these scripts
- os: osx
env:
- MB_PYTHON_VERSION=3.8
- os: osx
env:
- MB_PYTHON_VERSION=3.9
- PLAT="universal2"
- os: osx
env:
- MB_PYTHON_VERSION=3.9
...
...
@@ -335,6 +342,11 @@ To use these scripts
- MB_PYTHON_VERSION=pypy-5.7
before_install:
# Setup xcode and compilers to use the new SDK for universal2 and arm64 builds
- if [ "$PLAT" == "universal2" ] || [ "$PLAT" == "arm64" ]; then
sudo xcode-select -switch /Applications/Xcode_12.2.app fi
export SDKROOT=/Applications/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
fi
- source multibuild/common_utils.sh
- source multibuild/travis_steps.sh
- before_install
...
...
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