From e9fdb9490d596d662f3b045ad6479c7bb2696f9c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 6 Aug 2024 12:58:17 -0700 Subject: [PATCH] macOS: remove devcontainer recommendation old-commit-hash: e9e2e97831e4281c34189574525aa99720936446 --- tools/mac_setup.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 3465747a50..062de6aabf 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -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)