Revert "Sync: commaai/openpilot:master into sunnypilot/sunnypilot:master-new" (#543)

Revert "Sync: `commaai/openpilot:master` into `sunnypilot/sunnypilot:master-n…"

This reverts commit e682957101.
This commit is contained in:
Jason Wen
2025-01-08 23:37:41 -05:00
committed by GitHub
parent 1b92f6ba3b
commit ec044790fb
152 changed files with 9343 additions and 780 deletions
+2 -5
View File
@@ -10,11 +10,8 @@ cd "$ROOT"
# updating uv on macOS results in 403 sometimes
function update_uv() {
if ! uv self update --help >/dev/null 2>&1; then
return 0
fi
for i in $(seq 1 5); do
for i in $(seq 1 5);
do
if uv self update; then
return 0
else