OSDN Git Service

scripts/ci: add build env rules for aarch32 on aarch64
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Feb 2022 17:20:10 +0000 (17:20 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Feb 2022 16:42:07 +0000 (16:42 +0000)
commit93c9aeede659a5675fa0eee5991521434c2b198a
treecb992e8c390b2366cb42350f863ae45f64cb1bed
parent7d5817a426df652b7e45a0aa2a2ce0db6b8d8939
scripts/ci: add build env rules for aarch32 on aarch64

At least the current crop of Aarch64 HW can support running 32 bit EL0
code. Before we can build and test we need a minimal set of packages
installed. We can't use "apt build-dep" because it currently gets
confused trying to keep two sets of build-deps installed at once.
Instead we install a minimal set of libraries that will allow us to
continue.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220225172021.3493923-8-alex.bennee@linaro.org>
scripts/ci/setup/build-environment.yml