Skip to content

Commit

Permalink
Merge pull request #1002 from pulsar-edit/CI-fix-Cirrus-on-macOS-no-h…
Browse files Browse the repository at this point in the history
…omebrew-uninstall-node

CI: Fix workaround for Homebrew node in Cirrus on macOS
  • Loading branch information
DeeDeeG authored May 15, 2024
2 parents 90ce7dc + f560f7a commit 7a4e8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ silicon_mac_task:
ROLLING_UPLOAD_TOKEN: ENCRYPTED[f935c396a9f4bca108ec2fdedb00dbc9be2f4c411f100d577acdab42db59ea134be059ce8535396db8222a2b1eb68c27]
prepare_script:
- brew update
- brew uninstall node
- brew uninstall node@20
- brew install git python@$PYTHON_VERSION python-setuptools
- git submodule init
- git submodule update
Expand Down Expand Up @@ -199,7 +199,7 @@ silicon_mac_task:
# - arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# - export PATH="/usr/local/bin:$PATH"
# - arch -x86_64 brew update
# - arch -x86_64 brew uninstall node
# - arch -x86_64 brew uninstall node@20
# - arch -x86_64 brew install node@16 git python@$PYTHON_VERSION python-setuptools
# - ln -s /usr/local/bin/python$PYTHON_VERSION /usr/local/bin/python
# - npm install -g yarn
Expand Down

0 comments on commit 7a4e8ca

Please sign in to comment.