xiaoxiang781216 commented on a change in pull request #66:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/66#discussion_r495715863
##########
File path: cibuild.sh
##########
@@ -234,7 +234,8 @@ function rx-gcc-toolchain {
if [ ! -f "$prebuilt/renesas-toolchain/rx-elf-gcc/bin/rx-elf-gcc" ]; then
case $os in
Linux)
Review comment:
I have been think about to add option into datalist to filter out some
build from the specific OS, something like this:
```
/renesas/rx65n/rx65n-grrose, linux
```
so we can get the fine-grained control.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]