mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
ci: use Debian ARM hard-float port instead of armel
Newer ARMv7 boards are actually supported by armhf, not armel. armel
containers might not even work:
The following packages have unmet dependencies:
libc6-dev:armel : Depends: linux-libc-dev:armel but it is not installable
E: Unable to correct problems, you have held broken packages.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
[DB: fixed pkg-config-path]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
committed by
Dmitry Baryshkov
parent
b6ef0718d4
commit
4c1216134c
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -76,11 +76,11 @@ jobs:
|
||||
|
||||
# Debian cross compilation builds
|
||||
- container: "debian:testing"
|
||||
arch: armel
|
||||
compiler: arm-linux-gnueabi-gcc
|
||||
cross_compile: arm-linux-gnueabi
|
||||
arch: armhf
|
||||
compiler: arm-linux-gnueabihf-gcc
|
||||
cross_compile: arm-linux-gnueabihf
|
||||
variant: cross-compile
|
||||
pkg_config_path: /usr/lib/arm-linux-gnueabi/pkgconfig
|
||||
pkg_config_path: /usr/lib/arm-linux-gnueabihf/pkgconfig
|
||||
|
||||
- container: "debian:testing"
|
||||
arch: arm64
|
||||
@@ -104,11 +104,11 @@ jobs:
|
||||
pkg_config_path: /usr/lib/s390x-linux-gnu/pkgconfig
|
||||
|
||||
- container: "debian:stable"
|
||||
arch: armel
|
||||
compiler: arm-linux-gnueabi-gcc
|
||||
cross_compile: arm-linux-gnueabi
|
||||
arch: armhf
|
||||
compiler: arm-linux-gnueabihf-gcc
|
||||
cross_compile: arm-linux-gnueabihf
|
||||
variant: cross-compile
|
||||
pkg_config_path: /usr/lib/arm-linux-gnueabi/pkgconfig
|
||||
pkg_config_path: /usr/lib/arm-linux-gnueabihf/pkgconfig
|
||||
|
||||
- container: "debian:stable"
|
||||
arch: arm64
|
||||
|
||||
Reference in New Issue
Block a user