[TD-2688] fix: make CI use gcc 4.8 and binutils 2.26.
This commit is contained in:
parent
09e1aeaa2d
commit
9a88c33469
|
@ -146,7 +146,7 @@ matrix:
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: xenial
|
dist: trusty
|
||||||
language: c
|
language: c
|
||||||
git:
|
git:
|
||||||
- depth: 1
|
- depth: 1
|
||||||
|
@ -156,8 +156,9 @@ matrix:
|
||||||
packages:
|
packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
- cmake
|
- cmake
|
||||||
|
- binutils-2.26
|
||||||
env:
|
env:
|
||||||
- DESC="xenial build"
|
- DESC="trusty/gcc-4.8 build"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export TZ=Asia/Harbin
|
- export TZ=Asia/Harbin
|
||||||
|
@ -168,7 +169,7 @@ matrix:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cmake .. > /dev/null
|
- cmake .. > /dev/null
|
||||||
- make
|
- export PATH=/usr/lib/binutils-2.26/bin:$PATH && make
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
Loading…
Reference in New Issue