Skip to content

Commit ad71245

Browse files
committed
circleci: debug macOS 6
1 parent 90e1d24 commit ad71245

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands:
1616
name: Install dependencies
1717
command: |
1818
./opt/readies/bin/getpy
19-
BREW_NO_UPDATE=1 MACOS_PYTHON_SSL_FIX=1 ./opt/system-setup.py
19+
BREW_NO_UPDATE=1 _MACOS_PYTHON_SSL_FIX=1 ./opt/system-setup.py
2020
git clone git://github.com/antirez/redis.git --branch 5.0.7
2121
(cd redis && make malloc=libc -j $(nproc) && make install)
2222
redis-server --version
@@ -72,6 +72,10 @@ jobs:
7272
macos:
7373
xcode: 10.2.1
7474
steps:
75+
- run:
76+
name: Fix macOS Python installation
77+
command: |
78+
brew reinstall -f python2
7579
- ci_steps:
7680
platform: macosx
7781
build-multiarch-docker:

0 commit comments

Comments
 (0)