We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e1d24 commit ad71245Copy full SHA for ad71245
.circleci/config.yml
@@ -16,7 +16,7 @@ commands:
16
name: Install dependencies
17
command: |
18
./opt/readies/bin/getpy
19
- BREW_NO_UPDATE=1 MACOS_PYTHON_SSL_FIX=1 ./opt/system-setup.py
+ BREW_NO_UPDATE=1 _MACOS_PYTHON_SSL_FIX=1 ./opt/system-setup.py
20
git clone git://github.com/antirez/redis.git --branch 5.0.7
21
(cd redis && make malloc=libc -j $(nproc) && make install)
22
redis-server --version
@@ -72,6 +72,10 @@ jobs:
72
macos:
73
xcode: 10.2.1
74
steps:
75
+ - run:
76
+ name: Fix macOS Python installation
77
+ command: |
78
+ brew reinstall -f python2
79
- ci_steps:
80
platform: macosx
81
build-multiarch-docker:
0 commit comments