The following lines are stale for nanonext:
"dep_types": ["Depends", "Imports", "LinkingTo"],
"sysreqs": "'libnng' >= 1.5 and 'libmbedtls' >= 2.5, or 'cmake' to compile NNG and/or Mbed TLS included in package sources",
I updated the sysreqs in response to https://github.com/r-hub/rhub/issues/600#issuecomment-2065320987 and this has been for the past couple of package releases:
'libnng' >= 1.6 and 'libmbedtls' >= 2.5, or 'cmake' and 'xz' to compile NNG and/or Mbed TLS included in package sources
creates the following for me:
The following lines are stale for
nanonext
: "dep_types": ["Depends", "Imports", "LinkingTo"], "sysreqs": "'libnng' >= 1.5 and 'libmbedtls' >= 2.5, or 'cmake' to compile NNG and/or Mbed TLS included in package sources",I updated the sysreqs in response to https://github.com/r-hub/rhub/issues/600#issuecomment-2065320987 and this has been for the past couple of package releases: 'libnng' >= 1.6 and 'libmbedtls' >= 2.5, or 'cmake' and 'xz' to compile NNG and/or Mbed TLS included in package sources
It is manifesting in rhub runs e.g. at: https://github.com/shikokuchuo/mirai/actions/runs/10455991607/job/28952283109#step:5:725 Clearing the GitHub cache files had no effect for me.
Not sure what this is, hopefully you might have an idea. Thanks.