Skip to content

Commit

Permalink
No pushd
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Dec 14, 2023
1 parent 877ff2c commit 0d7701f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ RUN apt-get install -y git cmake bison flex libboost-all-dev python2 perl && \
wget ${STP_URL} -nv -O stp.tar.gz && \
mkdir stp && \
tar xzf stp.tar.gz -C stp --strip-components=1 && \
pushd stp && \
cd stp && \
./scripts/deps/setup-gtest.sh && \
./scripts/deps/setup-outputcheck.sh && \
./scripts/deps/setup-cms.sh && \
./scripts/deps/setup-minisat.sh && \
mkdir build && \
pushd build && \
cd build && \
cmake .. && \
cmake --build .
ENV PATH="/root/stp/build:${PATH}"
Expand All @@ -180,7 +180,7 @@ RUN apt-get install -y gperf && \
wget ${YICES2_URL} -nv -O yices2.tar.gz && \
mkdir yices2 && \
tar xvf yices2.tar.gz -C yices2 --strip-components=1 && \
pushd yices2 && \
cd yices2 && \
autoconf && \
./configure && \
make && \
Expand Down

0 comments on commit 0d7701f

Please sign in to comment.