From 8c141d5b5ae5afadeafd4f582964a7d4c91fff5e Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin <6576495+widgetii@users.noreply.github.com> Date: Fri, 22 May 2026 13:23:20 +0300 Subject: [PATCH] ci: register hi3516cv200_neo + hi3516av100_neo in build.yml matrix (closes #2123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #2122 added the defconfigs + board files + post-image scripts but missed adding the two new boards to .github/workflows/build.yml's `platform:` matrix list. That list is hand-maintained — entries control which firmware variants the nightly cron builds and which tarballs end up in the `latest` release. Without the entries, the nightly never produced openipc.hi3516cv200-nor-neo.tgz or openipc.hi3516av100-nor-neo.tgz, even though the build does work locally (verified end-to-end in #2122). Two entries added in the existing per-vendor sections: - hi3516cv200_neo (under Hisilicon [HI3516CV200]) - hi3516av100_neo (under Hisilicon [HI3516AV100]) After this lands, the next scheduled nightly publishes the neo tarballs alongside the lite ones, unblocking the followup openhisilicon CI-row addition (OpenIPC/firmware#2123 → openhisilicon matrix rows that depend on these tarballs existing). Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be50a4342..4379e7ea8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,6 +95,7 @@ jobs: # Hisilicon [HI3516AV100] - hi3516av100_lite + - hi3516av100_neo - hi3516dv100_lite # Hisilicon [HI3516CV100] @@ -104,6 +105,7 @@ jobs: # Hisilicon [HI3516CV200] - hi3516cv200_lite + - hi3516cv200_neo - hi3518ev200_lite # Hisilicon [HI3516CV300]