lupyuen opened a new pull request, #15393: URL: https://github.com/apache/nuttx/pull/15393
## Summary The defconfig for `sim:rpserver_virtio` needs to be updated due to - https://github.com/apache/nuttx/pull/15336 This PR updates the defconfig for `sim:rpserver_virtio`: ```bash tools/refresh.sh --silent sim:rpserver_virtio ``` ## Impact This PR fixes the defconfig check for `sim:rpserver_virtio` in CI Job sim-03. ## Testing ### Before The PR `sim:rpserver_virtio` fails the defconfig check in CI Job sim-03: https://github.com/NuttX/nuttx/actions/runs/12548591697/job/34988156883#step:7:380 ```text Configuration/Tool: sim/rpserver_virtio Normalize sim/rpserver_virtio < CONFIG_BLK_RPMSG_SERVER=y < CONFIG_CLK_RPMSG=y < CONFIG_DEV_RPMSG_SERVER=y < CONFIG_EXAMPLES_RPMSGSOCKET=y < CONFIG_FS_RPMSGFS_SERVER=y < CONFIG_IOEXPANDER_RPMSG=y < CONFIG_NET_RPMSG=y < CONFIG_NET_RPMSG_DRV=y < CONFIG_NET_USRSOCK_RPMSG_SERVER=y < CONFIG_OPENAMP_DEBUG=y < CONFIG_REGULATOR_RPMSG=y < CONFIG_RPMSGMTD_SERVER=y < CONFIG_RPMSG_PING=y < CONFIG_RPMSG_UART=y < CONFIG_RPMSG_VIRTIO=y < CONFIG_RTC_RPMSG=y < CONFIG_RTC_RPMSG_SERVER=y < CONFIG_SENSORS_RPMSG=y < CONFIG_SIM_RPMSG_MASTER=y < CONFIG_SYSLOG_RPMSG_SERVER=y < CONFIG_UINPUT_RPMSG=y `` ### After The PR `sim:rpserver_virtio` completes the defconfig check successfully for sim-03: https://gist.github.com/lupyuen/7911775fdba6400d3ee2fa4242e31f85 ```bash sudo docker run \ -it \ ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \ /bin/bash cd git clone https://github.com/lupyuen2/wip-nuttx nuttx --branch rpserver_virtio git clone https://github.com/apache/nuttx-apps apps pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd cd nuttx/tools/ci ./cibuild.sh -c -A -N -R testlist/sim-03.dat Configuration/Tool: sim/rpserver_virtio Normalize sim/rpserver_virtio ``` `sim:rpproxy_virtio` will be fixed later: - https://github.com/apache/nuttx/pull/15336#issuecomment-2566073980 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org