mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
pyextra isn't a submodule anymore (#1601)
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
cp Pipfile Pipfile.lock flake8_openpilot.sh pylint_openpilot.sh .pylintrc \
|
||||
cppcheck_openpilot.sh .coveragerc-app .pre-commit-config.yaml $TEST_DIR
|
||||
cd $TEST_DIR
|
||||
mkdir pyextra laika laika_repo tools release
|
||||
mkdir laika laika_repo tools release
|
||||
- name: Build Docker image
|
||||
run: cd $TEST_DIR && eval "$BUILD"
|
||||
- name: Build openpilot
|
||||
|
||||
@@ -65,7 +65,6 @@ git clean -xdf
|
||||
add_subtree "cereal" "cereal" master
|
||||
add_subtree "panda" "panda" master
|
||||
add_subtree "opendbc" "opendbc" master
|
||||
add_subtree "openpilot-pyextra" "pyextra" master
|
||||
|
||||
# leave .git alone
|
||||
echo "[-] erasing old openpilot T=$SECONDS"
|
||||
@@ -75,7 +74,7 @@ rm -rf $TARGET_DIR/* $TARGET_DIR/.gitmodules
|
||||
find . -maxdepth 1 -type f -delete
|
||||
|
||||
# dont delete our subtrees
|
||||
git checkout -- cereal panda opendbc pyextra
|
||||
git checkout -- cereal panda opendbc
|
||||
|
||||
# reset tree and get version
|
||||
cd $SOURCE_DIR
|
||||
|
||||
@@ -442,4 +442,6 @@ installer/updater/Makefile
|
||||
scripts/update_now.sh
|
||||
scripts/stop_updater.sh
|
||||
|
||||
pyextra/**
|
||||
|
||||
rednose/**
|
||||
|
||||
Reference in New Issue
Block a user