mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
[infra] Fix debianpackage build
debian-updates was removed, that broke the build. Change-Id: Ib5856146cc60998861b59d2a89487312c6d898da Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98320 Auto-Submit: Alexander Thomas <athom@google.com> Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
parent
a062221b76
commit
79bb83a927
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ set -x
|
|||
|
||||
ninja=$(which ninja)
|
||||
depot_tools=$(dirname $ninja)
|
||||
cmd="apt-get update && apt-get -y install build-essential debhelper git python\
|
||||
cmd="sed -i /jessie-updates/d /etc/apt/sources.list\
|
||||
&& apt-get update && apt-get -y install build-essential debhelper git python\
|
||||
&& PATH=\"$depot_tools:\$PATH\"\
|
||||
python tools/bots/linux_distribution_support.py"
|
||||
image="launcher.gcr.io/google/debian8:latest"
|
||||
|
|
Loading…
Reference in a new issue