]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
build_utils.sh: add ubuntu-ports repo for arm64 build
authorKefu Chai <kchai@redhat.com>
Wed, 30 May 2018 10:09:48 +0000 (18:09 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 30 May 2018 10:25:40 +0000 (18:25 +0800)
commit9fb7892e47f74e629a9ba7921e98ed3f8286aed3
tree3a4da49c392905ef5d57039df787d7ce8a7e19ba
parent402a2f198d35402008402ae7f7c87cf002a8633d
build_utils.sh: add ubuntu-ports repo for arm64 build

as it offers updated binutils which does not exist in the default repo.
and the updated binutils is depended by gcc-7. this change address
following failure like:

The following packages have unmet dependencies:
 gcc-7 : Depends: binutils (>= 2.26.1) but 2.26-8ubuntu2 is to be
installed

when installing g++-7.

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh