From: Petr Štetiar Date: Thu, 7 Apr 2022 08:34:22 +0000 (+0200) Subject: ci: fix building with i.MX6 SDK X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2ce1d482e9445a97e44a42ddf393597d23dab97c;p=project%2Fustream-ssl.git ci: fix building with i.MX6 SDK imx6 target was refactored into imx/cortexa9 subtarget in upstream commit d2fb495a9d2a ("imx: split into arch-specific subtargets"). Signed-off-by: Petr Štetiar --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f314e2..9e035fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,8 +20,8 @@ various native checks with ustream-ssl/wolfSSL backend: build with Atheros ATH79 SDK (out of tree): extends: .openwrt-sdk-oot-build_ath79-generic -build with Freescale i.MX 6 SDK (out of tree): - extends: .openwrt-sdk-oot-build_imx6-generic +build with Freescale i.MX Cortex-A9 SDK (out of tree): + extends: .openwrt-sdk-oot-build_imx-cortexa9 build with MIPS Malta CoreLV BE SDK (out of tree): extends: .openwrt-sdk-oot-build_malta-be