Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions utils/webassembly/ci-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

set -ex

brew install cmake ninja llvm python@2

# Install six for python3 migration
pip2 install six
brew uninstall python@2 || true
brew install cmake ninja llvm

SOURCE_PATH="$( cd "$(dirname $0)/../../.." && pwd )"
SWIFT_PATH=$SOURCE_PATH/swift
Expand Down