Skip to content

Commit

Permalink
[bot] Update Python packages (#33327)
Browse files Browse the repository at this point in the history
* Update Python packages

* fix opendbc

---------

Co-authored-by: Vehicle Researcher <user@comma.ai>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
  • Loading branch information
3 people authored Aug 19, 2024
1 parent 2a7c6bc commit 9b2cafe
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 212 deletions.
3 changes: 1 addition & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ env = Environment(
"#third_party",
"#cereal",
"#msgq",
"#opendbc/can",
],

CC='clang',
Expand Down Expand Up @@ -346,7 +345,7 @@ Export('env', 'qt_env', 'arch', 'real_arch')
SConscript(['common/SConscript'])
Import('_common', '_gpucommon')

common = [_common, 'json11']
common = [_common, 'json11', 'zmq']
gpucommon = [_gpucommon]

Export('common', 'gpucommon')
Expand Down
3 changes: 3 additions & 0 deletions selfdrive/test/scons_build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ cd $BASEDIR
# tests that our build system's dependencies are configured properly,
# needs a machine with lots of cores

# helpful commands:
# scons -Q --tree=derived

cd $BASEDIR/opendbc_repo/
scons --clean
scons --no-cache --random -j$(nproc)
Expand Down
Loading

0 comments on commit 9b2cafe

Please sign in to comment.