macOS: remove devcontainer recommendation

old-commit-hash: e9e2e97831e4281c34189574525aa99720936446
This commit is contained in:
Adeeb Shihadeh
2024-08-06 12:58:17 -07:00
committed by GitHub
parent 41c9dd38eb
commit e9fdb9490d
-8
View File
@@ -1,14 +1,6 @@
#!/usr/bin/env bash
set -e
echo "--------------- macOS support ---------------"
echo "Running openpilot natively on macOS is still a work-in-progress."
echo "It might build, some parts of it might work, but it's not fully tested, so there might be some issues."
echo
echo "Check out devcontainers for a seamless experience (see tools/README.md)."
echo "-------------------------------------------------"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
ROOT="$(cd $DIR/../ && pwd)"
ARCH=$(uname -m)