Skip to content

Commit

Permalink
revert docker tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Mar 18, 2024
1 parent 15de81f commit 52b725f
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
# prepare machine
FROM ubuntu:22.04 as builder

RUN apt update && apt install -y software-properties-common

RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y

RUN apt update && apt install -y \
RUN apt update
RUN apt install -y \
ninja-build \
libglib2.0-dev \
llvm \
git \
python3 \
python3-pip\
wget \
gcc-13

RUN wget https://apt.llvm.org/llvm.sh
RUN chmod +x llvm.sh
RUN ./llvm.sh 17

python3-pip

#
FROM builder as symqemu
Expand Down

0 comments on commit 52b725f

Please sign in to comment.