File tree 2 files changed +6
-1
lines changed 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 99
99
- libubsan0
100
100
- parallel
101
101
- jq
102
+ - gdb
102
103
before_install :
103
104
- mkdir bin
104
105
- ln -s /usr/bin/gcc-5 bin/gcc
@@ -134,6 +135,7 @@ jobs:
134
135
- g++-5
135
136
- libubsan0
136
137
- jq
138
+ - gdb
137
139
before_install :
138
140
- mkdir bin
139
141
- ln -s /usr/bin/gcc-5 bin/gcc
@@ -162,6 +164,7 @@ jobs:
162
164
- libstdc++-5-dev
163
165
- libubsan0
164
166
- jq
167
+ - gdb
165
168
before_install :
166
169
- mkdir bin
167
170
- ln -s /usr/bin/gcc-5 bin/gcc
@@ -189,6 +192,7 @@ jobs:
189
192
packages :
190
193
- g++-7
191
194
- jq
195
+ - gdb
192
196
before_install :
193
197
- mkdir bin
194
198
- ln -s /usr/bin/gcc-7 bin/gcc
@@ -249,6 +253,7 @@ jobs:
249
253
- libubsan0
250
254
- parallel
251
255
- jq
256
+ - gdb
252
257
before_install :
253
258
- mkdir bin
254
259
# Use gcc/g++ 5 for tests, as Clang doesn't work yet
Original file line number Diff line number Diff line change 8
8
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
9
9
- add-apt-repository ppa:openjdk-r/ppa -y
10
10
- apt-get update -y
11
- - apt-get install -y g++-5 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq
11
+ - apt-get install -y g++-5 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb
12
12
- apt-get install -y openjdk-8-jdk
13
13
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
14
14
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1
You can’t perform that action at this time.
0 commit comments