-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seems like I got FBI to compile too, going to reachout to Zhenghao ab…
…out finalizing the Docker Image creation and testing lava
- Loading branch information
1 parent
4861eae
commit e455d80
Showing
6 changed files
with
70 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# lava dependencies, needed to run LAVA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# lava dependencies, to compile LAVA | ||
|
||
# Based on original setup.py after panda is installed step | ||
# https://installati.one/install-odb-ubuntu-20-04/?expand_article=1 | ||
odb | ||
|
||
# https://installati.one/install-libodbc2-ubuntu-22-04/?expand_article=1 | ||
libodbc2 | ||
|
||
# https://installati.one/install-libodb-pgsql-2.4-ubuntu-20-04/ | ||
libodb-pgsql-dev | ||
|
||
# Brendan noticed these libraries were needed to compile FBI | ||
libodb-pgsql-2.4 | ||
|
||
|
||
# https://pypi.org/project/pyzmq/ | ||
libzmq3-dev | ||
|
||
# libc6 needed for compiling btrace? | ||
|
||
# libjsoncpp needed for fbi json parsing? | ||
|
||
# I may need g++-10? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters