Drop support for Intel macOS (#37215)

* Drop support for Intel macOS

* arch.sh

* scons

* platform.sh

* lil more

* mv tici
This commit is contained in:
Adeeb Shihadeh
2026-02-14 21:00:29 -08:00
committed by GitHub
parent 96d1b876bb
commit eea07462fa
9 changed files with 69 additions and 76 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ echo "installing python packages..."
uv sync --frozen --all-extras
source .venv/bin/activate
if [[ "$(uname)" == 'Darwin' ]]; then
if [[ "$OSTYPE" == "darwin"* ]]; then
touch "$ROOT"/.env
echo "export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES" >> "$ROOT"/.env
fi