Add GDB and GDB Server to bootstrap files
Validated following images used do not contain gdb, gdbserver: puppetlabs/centos-7.0-64-nocm puppetlabs/ubuntu-14.04-64-nocm Note that centos7 does not include emacs Change-Id: I091a64a7c667e081574763537de724f9feaae0dc Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
This commit is contained in:
@@ -8,6 +8,10 @@ yum groupinstall 'Development Tools' -y
|
||||
yum install openssl-devel -y
|
||||
yum install glibc-static -y
|
||||
|
||||
# Install development tools
|
||||
yum install gdb -y
|
||||
yum install gdbserver -y
|
||||
|
||||
# Install jdk and maven
|
||||
yum install -y java-1.8.0-openjdk-devel
|
||||
|
||||
|
@@ -10,7 +10,7 @@ apt-get upgrade -y
|
||||
sudo update-alternatives --install /bin/sh sh /bin/bash 100
|
||||
|
||||
# Install build tools
|
||||
apt-get install -y build-essential autoconf automake bison libssl-dev ccache libtool git dkms debhelper emacs libganglia1-dev libapr1-dev libconfuse-dev git-review
|
||||
apt-get install -y build-essential autoconf automake bison libssl-dev ccache libtool git dkms debhelper emacs libganglia1-dev libapr1-dev libconfuse-dev git-review gdb gdbserver
|
||||
|
||||
# Install other stuff
|
||||
# apt-get install -y qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
|
||||
|
Reference in New Issue
Block a user