Skip to content

Commit e20f49b

Browse files
Rollup merge of #34380 - sanxiyn:travis-gdb, r=alexcrichton
Run debuginfo tests on Travis
2 parents f39c493 + 9d03128 commit e20f49b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/etc/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ FROM ubuntu:xenial
44
# Download stage0, see src/bootstrap/bootstrap.py
55
# g++
66
# Compile LLVM binding in src/rustllvm
7+
# gdb
8+
# Used to run tests in src/test/debuginfo
79
# git
810
# Get commit hash and commit date in version string
911
# make
@@ -17,7 +19,7 @@ FROM ubuntu:xenial
1719
# FileCheck is used to run tests in src/test/codegen
1820

1921
RUN apt-get update && apt-get -y install \
20-
curl g++ git make \
22+
curl g++ gdb git make \
2123
libedit-dev zlib1g-dev \
2224
llvm-3.7-tools
2325

0 commit comments

Comments
 (0)