mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
.travis.yml: try with apt_packages
This commit is contained in:
parent
9ec50080eb
commit
a3c99bce7a
1 changed files with 3 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
|
|
||||||
# This builder does the Linux Azure uploads
|
# This builder does the Linux Azure uploads
|
||||||
- stage: build
|
- stage: build
|
||||||
if: type = push
|
# if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
dist: noble
|
dist: noble
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
@ -57,8 +57,7 @@ jobs:
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt_packages:
|
||||||
packages:
|
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
script:
|
script:
|
||||||
# Build for the primary platforms that Trusty can manage
|
# Build for the primary platforms that Trusty can manage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue