Compare commits

...

2 Commits

Author SHA1 Message Date
Nils Hölscher 61a4f158ac minor changes to helper script. 2022-04-20 13:38:54 +02:00
Nils Hölscher c7e7d4d074 more minimalistic Dokcer Image. 2022-04-20 13:37:26 +02:00
2 changed files with 1 additions and 5 deletions

View File

@ -11,12 +11,7 @@ RUN pacman -Syu --noconfirm \
clang \
gdb \
lldb \
python-pip \
fish \
zsh
# 2. INSTALL LIT
RUN pip3 install lit

View File

@ -3,6 +3,7 @@
clean () {
echo "==== Cleaning build folder ===="
rm -rf build/
rm compile_commands.json
}
config () {