Chris Johns commented on a discussion: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/213#note_142203


Sorry for not paying closer attention to these MRs. The RTEMS kernel build has 
an 
[example](https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/blob/main/rtems/config/tools/rtems-kernel-common.cfg?ref_type=heads#L7)
 of checking a dry run and also download. You only need the dry run check:

```
#
# If a dry-run and with download ignore errors and correct setting for tools
# and BSPs. Only after the source to download.
#
%if %{_dry_run} && %{defined with_download}
 %log Kernel configuration errors ignored
...
```

And `dry-run` will also avoid failures if the commands are no present on a 
system and you are checking the config.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/213#note_142203
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to