File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,12 +213,12 @@ COPY building_dependencies/runtime_env.sh /root/.bashrc
213
213
214
214
# We need to install version 2, because KLEE uses two.
215
215
# Install uclibc-32
216
- RUN git clone -b klee_uclibc_v1.2 https://github.com/klee/klee-uclibc.git $UTBOT_ALL/klee-uclibc
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
218
218
RUN ./configure --make-llvm-lib && make KLEE_CFLAGS="-m32" -j`nproc`
219
219
220
220
# Install uclibc-64
221
- RUN git clone -b klee_uclibc_v1.2 https://github.com/klee/klee-uclibc.git $UTBOT_ALL/klee-uclibc
221
+ RUN git clone -b klee_uclibc_v1.2 https://github.com/klee/klee-uclibc.git $UTBOT_ALL/klee-uclibc-64
222
222
WORKDIR $UTBOT_ALL/klee-uclibc-64
223
223
RUN ./configure --make-llvm-lib && make -j`nproc`
224
224
You can’t perform that action at this time.
0 commit comments