mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-24 21:03:54 +08:00
* CI speedup
* use the new stuff
* push
* no regressions
* try that
* don't let this slip
* fix modeld tests
* fix linter
* modernize prebuilt
* cleanup
* fix those
* increase a bit
old-commit-hash: 00494a44f4
3 lines
186 B
Bash
Executable File
3 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
clang++ -I /home/batman/one/external/tensorflow/include/ -L /home/batman/one/external/tensorflow/lib -Wl,-rpath=/home/batman/one/external/tensorflow/lib main.cc -ltensorflow
|