Skip to content

Commit

Permalink
need to add protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Jul 10, 2024
1 parent 775c3e6 commit 5ca4e25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ COPY ./scripts /scripts
COPY setup_container.sh /setup_container.sh

# Effectively the same as setup_container.sh
RUN pushd /tools/btrace
RUN ./compile.sh
RUN popd
RUN cd /tools/btrace && ./compile.sh

RUN mkdir -p "$LAVA_DIR/tools/build"
RUN mkdir -p "$LAVA_DIR/tools/install"
Expand Down
3 changes: 2 additions & 1 deletion dependencies/ubuntu_22.04_base.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# lava dependencies, needed to run LAVA
python3-pip
python3-pip
protobuf

0 comments on commit 5ca4e25

Please sign in to comment.