Skip to content

Commit

Permalink
Add some useful runtime utils
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacKhor committed Sep 6, 2024
1 parent 87bf28a commit fd659a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ COPY meson.* /app/
COPY src /app/src
COPY subprojects /app/subprojects
COPY test /app/test
COPY tools /app/tools

RUN make install-deps \
&& make release
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ install-deps:
# LSVD deps
sudo apt install -y meson mold libfmt-dev librados-dev \
libjemalloc-dev libradospp-dev pkg-config uuid-dev ceph-common
# to make my life a little easier
sudo apt install -y gdb fish

0 comments on commit fd659a8

Please sign in to comment.