File tree Expand file tree Collapse file tree 3 files changed +2
-631
lines changed
building_dependencies/llvm_gold_plugin Expand file tree Collapse file tree 3 files changed +2
-631
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ WORKDIR /home/utbot
70
70
USER root
71
71
ARG LLVM_VERSION_MAJOR
72
72
RUN mkdir $UTBOT_ALL/llvm_gold_plugin
73
- COPY building_dependencies /llvm_gold_plugin/ plugin-api.h $UTBOT_ALL/llvm_gold_plugin
73
+ RUN wget -P $UTBOT_ALL /llvm_gold_plugin https://github.com/raw/bminor/binutils-gdb/fd67aa1129fd006ad49ed5ecb2b063705211553a/include/ plugin-api.h
74
74
RUN git clone --single-branch --branch "release/${LLVM_VERSION_MAJOR}.x" --depth 1 "https://github.com/llvm/llvm-project.git" $UTBOT_ALL/llvm-project
75
75
WORKDIR $UTBOT_ALL/llvm-project
76
76
RUN mkdir build && cd build \
@@ -211,7 +211,7 @@ RUN wget https://github.com/agauniyal/rang/releases/download/v3.1.0/rang.hpp -P
211
211
COPY building_dependencies/runtime_env.sh /home/utbot/.bashrc
212
212
COPY building_dependencies/runtime_env.sh /root/.bashrc
213
213
214
- # We need to install version 2, because KLEE uses two.
214
+ # We need to install version 32 and 64 for klee.
215
215
# Install uclibc-32
216
216
RUN git clone -b klee_uclibc_v1.2 https://github.com/klee/klee-uclibc.git $UTBOT_ALL/klee-uclibc-32
217
217
WORKDIR $UTBOT_ALL/klee-uclibc-32
You can’t perform that action at this time.
0 commit comments