Skip to content

Please cut release-0.0.2 including #6 (drop CONFIG_INIT_ENTRYPOINT=nsh_main requirement) #7

Description

@JianyuWang0623

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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions