We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f39c493 + 9d03128 commit e20f49bCopy full SHA for e20f49b
src/etc/Dockerfile
@@ -4,6 +4,8 @@ FROM ubuntu:xenial
4
# Download stage0, see src/bootstrap/bootstrap.py
5
# g++
6
# Compile LLVM binding in src/rustllvm
7
+# gdb
8
+# Used to run tests in src/test/debuginfo
9
# git
10
# Get commit hash and commit date in version string
11
# make
@@ -17,7 +19,7 @@ FROM ubuntu:xenial
17
19
# FileCheck is used to run tests in src/test/codegen
18
20
21
RUN apt-get update && apt-get -y install \
- curl g++ git make \
22
+ curl g++ gdb git make \
23
libedit-dev zlib1g-dev \
24
llvm-3.7-tools
25
0 commit comments