fjpanag commented on PR #8972:
URL: https://github.com/apache/nuttx/pull/8972#issuecomment-1498714863

   > @fjpanag CI Error is `clang: error: unsupported option 
'-fsanitize=kernel-address' for target 'x86_64-apple-darwin21.6.0'`
   
   I saw that, but I am not sure what is the best way to handle this.
   
   Typically, Kconfig should handle it. Have the option `depend on` its 
prerequisites. But Kconfig does not know the compiler used.
   
   It can be fixed in the Makefiles. However, the users will have the option 
enabled, but it won't work! It will very confusing.
   
   Or maybe, the check could be disabled directly in CI for this specific 
build? Maybe with a `kconfig-tweak` before this build command?


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

Reply via email to