Skip to content

Commit 5a16f37

Browse files
committed
Silence GDB output by default
1 parent 6fff86f commit 5a16f37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ RUN /expat-$EXPAT_VERSION/configure \
317317
&& make install
318318

319319
WORKDIR /gdb
320-
RUN /gdb-$GDB_VERSION/configure \
320+
RUN sed -i 's/quiet = 0/quiet = 1/' /gdb-$GDB_VERSION/gdb/main.c \
321+
&& /gdb-$GDB_VERSION/configure \
321322
--host=$ARCH \
322323
--with-libexpat-prefix=/deps \
323324
--with-libgmp-prefix=/deps \

0 commit comments

Comments
 (0)