btashton commented on a change in pull request #63: URL: https://github.com/apache/incubator-nuttx-testing/pull/63#discussion_r490048354
########## File path: cibuild.sh ########## @@ -325,6 +325,18 @@ function c-cache { ln -sf `which ccache` $prebuilt/ccache/bin/avr-g++ } +function objcopy { + + if ! type objcopy > /dev/null; then + case $os in + Darwin) + brew install binutils + add_path /usr/local/binutils/bin/ Review comment: For Darwin should we do the add_path prior to checking if we need to install? ---------------------------------------------------------------- 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: us...@infra.apache.org