Skip to content

Commit ec887da

Browse files
committed
fix uclib clone paths
1 parent 1c5facd commit ec887da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile_base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ COPY building_dependencies/runtime_env.sh /root/.bashrc
213213

214214
# We need to install version 2, because KLEE uses two.
215215
# 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
217217
WORKDIR $UTBOT_ALL/klee-uclibc-32
218218
RUN ./configure --make-llvm-lib && make KLEE_CFLAGS="-m32" -j`nproc`
219219

220220
# 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
222222
WORKDIR $UTBOT_ALL/klee-uclibc-64
223223
RUN ./configure --make-llvm-lib && make -j`nproc`
224224

0 commit comments

Comments
 (0)