File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -154,13 +154,14 @@ jobs:
154
154
python -m pip install delocate wheel setuptools numpy six --no-cache-dir
155
155
156
156
./configure.py
157
+ export MACOSX_DEPLOYMENT_TARGET=10.14
157
158
158
159
if [[ -n $GOOGLE_APPLICATION_CREDENTIALS ]]; then
159
160
echo -e 'build --remote_http_cache=https://storage.googleapis.com/plumerai-bazel-cache/lce-release-macos-python${{ matrix.python-version }}' >> .bazelrc.user
160
161
echo -e 'build --google_default_credentials' >> .bazelrc.user
161
162
fi
162
163
163
- bazelisk build :build_pip_pkg --copt=-fvisibility=hidden --copt=-mavx --copt=-mmacosx-version-min=10.14 --linkopt=-mmacosx-version-min=10.14 -- linkopt=-dead_strip --distinct_host_configuration=false
164
+ bazelisk build :build_pip_pkg --copt=-fvisibility=hidden --copt=-mavx --linkopt=-dead_strip --distinct_host_configuration=false
164
165
bazel-bin/build_pip_pkg artifacts --plat-name macosx_10_14_x86_64
165
166
166
167
for f in artifacts/*.whl; do
@@ -196,13 +197,14 @@ jobs:
196
197
python -m pip install delocate wheel setuptools numpy six --no-cache-dir
197
198
198
199
./configure.py
200
+ export MACOSX_DEPLOYMENT_TARGET=11.0
199
201
200
202
if [[ -n $GOOGLE_APPLICATION_CREDENTIALS ]]; then
201
203
echo -e 'build --remote_http_cache=https://storage.googleapis.com/plumerai-bazel-cache/lce-release-macos-arm-python${{ matrix.python-version }}' >> .bazelrc.user
202
204
echo -e 'build --google_default_credentials' >> .bazelrc.user
203
205
fi
204
206
205
- bazelisk build :build_pip_pkg --copt=-fvisibility=hidden --copt=-mmacosx-version-min=11.0 --linkopt=-mmacosx-version-min=11.0 -- linkopt=-dead_strip --config=macos_arm64
207
+ bazelisk build :build_pip_pkg --copt=-fvisibility=hidden --linkopt=-dead_strip --config=macos_arm64
206
208
bazel-bin/build_pip_pkg artifacts --plat-name macosx_11_0_arm64
207
209
208
210
for f in artifacts/*.whl; do
You can’t perform that action at this time.
0 commit comments