Compare commits
No commits in common. "61a4f158ac0d9c88e084eb31bb0bac68b8b02b2b" and "e0fd75ff1c9b7fb93cfdcd9d2f57cfbc61c50d2c" have entirely different histories.
61a4f158ac
...
e0fd75ff1c
|
@ -11,7 +11,12 @@ RUN pacman -Syu --noconfirm \
|
|||
clang \
|
||||
gdb \
|
||||
lldb \
|
||||
python-pip \
|
||||
fish \
|
||||
zsh
|
||||
|
||||
# 2. INSTALL LIT
|
||||
RUN pip3 install lit
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue