1# List of dependencies for testing Panda on Ubuntu 18.04 and 20.04 2clang-9 3clang-format-9 4clang-tidy-9 5 6clang 7g++ 8ninja-build 9 10lcov # For coverage calculation 11libc++-dev:amd64 # For clang-tidy to find standard headers 12python3 # For running multilingual benchmarks 13openjdk-8-jdk # For running Java benchmarks 14libasm-java # For running legacy Java files compilation 15doxygen # For generate documentation 16graphviz # For graphs in documentation 17unzip # For unpacking jar 18parallel # For rt.jar test 19 20llvm # For Thread Sanitizer 21 22postgresql-client-10 # For pushing benchmark results to Grafana