Skip to content

Commit cd96ce0

Browse files
committed
Skip configuring gtirb tests in final docker image
1 parent 48687e5 commit cd96ce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN apt-get -y update \
105105
ARG GTIRB_BRANCH=master
106106
ARG GTIRB_CACHE_KEY
107107
RUN git clone --depth=1 -b $GTIRB_BRANCH https://github.com/GrammaTech/gtirb /usr/local/src/gtirb
108-
RUN cmake -DGTIRB_JAVA_API=OFF -DGTIRB_CL_API=OFF /usr/local/src/gtirb -B/usr/local/src/gtirb/build
108+
RUN cmake -DGTIRB_JAVA_API=OFF -DGTIRB_CL_API=OFF -DGTIRB_ENABLE_TESTS=OFF /usr/local/src/gtirb -B/usr/local/src/gtirb/build
109109
RUN cmake --build /usr/local/src/gtirb/build -j4 --target all install
110110

111111
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)