Summary
#6 (merged, commit d0f0710 on main) dropped
the obsolete CONFIG_INIT_ENTRYPOINT=nsh_main hard requirement from
ntfc.yaml, so that configs whose init entry point is init_main (nxinit)
can also run the Nuttx_System NTFC suite.
However, apache/nuttx's CI (.github/workflows/build.yml, Linux (sim-01)
job) clones this repo pinned to the release-0.0.1 tag:
git clone -b release-0.0.1 https://github.com/apache/nuttx-ntfc-testing && break
release-0.0.1 currently still points to 6ec96fd91840f221e55f5652ceb78d7bdc0a01d3,
which predates the #6 merge. As a result, apache/nuttx#19984 (switching
sim:citest to init_main/nxinit) still fails CI with:
OSError: Missing kconfig dependency: ['CONFIG_INIT_ENTRYPOINT', 'nsh_main']
Request
Could a maintainer please cut a new tag/release release-0.0.2 pointing at
the current main HEAD (d0f0710b23e90b69d6d718403681c928dbf743a3, which
includes #6)?
Summary
#6 (merged, commit d0f0710 on
main) droppedthe obsolete
CONFIG_INIT_ENTRYPOINT=nsh_mainhard requirement fromntfc.yaml, so that configs whose init entry point isinit_main(nxinit)can also run the
Nuttx_SystemNTFC suite.However,
apache/nuttx's CI (.github/workflows/build.yml,Linux (sim-01)job) clones this repo pinned to the
release-0.0.1tag:release-0.0.1currently still points to6ec96fd91840f221e55f5652ceb78d7bdc0a01d3,which predates the #6 merge. As a result, apache/nuttx#19984 (switching
sim:citesttoinit_main/nxinit) still fails CI with:Request
Could a maintainer please cut a new tag/release
release-0.0.2pointing atthe current
mainHEAD (d0f0710b23e90b69d6d718403681c928dbf743a3, whichincludes #6)?