Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
951 B · 27 lines
Shell
12345678910111213141516171819202122232425262728#!/bin/bash
set -euo pipefailset -x
# setup environmentexport LANG=en_US.UTF-8# echo 'admin' | sudo -S umount "/Volumes/My Shared Files"# mount_virtiofs com.apple.virtio-fs.automount ~/buildmkdir ~/build cd ~/buildsource '/Volumes/My Shared Files/signing/mac-codesigning.env'git clone '/Volumes/My Shared Files/streamplace'eval "$(/opt/homebrew/bin/brew shellenv)"brew update --force --quietcd ~/build/streamplacebrew install ninja go openssl@3 cocoapods git && go versionsudo gem install --user-install xcprettycurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh && bash rustup.sh -y && rm rustup.shexport PATH="$PATH:$HOME/.cargo/bin:$(find $HOME/.gem/ruby -type d -name bin -maxdepth 2)"export PATH="/opt/homebrew/opt/m4/bin:$PATH"brew install python@3.11 nodepython3.11 -m pip install virtualenvpython3.11 -m virtualenv ~/venvsource ~/venv/bin/activatepip3 install mesonmake node-all-platforms-macos -j16