nrn icon indicating copy to clipboard operation
nrn copied to clipboard

Set MACOSX_DEPLOYMENT_TARGET in CI to avoid extra warnings

Open pramodk opened this issue 1 year ago • 4 comments

ld: warning: ld: warning: object file (x86_64/corenrn/build/libcoreneuron-core/capac.cpp.o) was built for newer macOS version (12.7) than being linked (12.0)
object file (x86_64/corenrn/build/libcoreneuron-core/abort.cpp.o) was built for newer macOS version (12.7) than being linked (12.0)
...
  • Discussion here suggests upgrading CommandLineTools should solve the issue.
  • As this is for CI runners, I think it's OK to just set latest/compatible deployment target.

pramodk avatar Jun 26 '24 07:06 pramodk

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.25%. Comparing base (00606f0) to head (1e56a13).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2944   +/-   ##
=======================================
  Coverage   67.25%   67.25%           
=======================================
  Files         571      571           
  Lines      104904   104893   -11     
=======================================
- Hits        70552    70550    -2     
+ Misses      34352    34343    -9     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jun 26 '24 08:06 codecov[bot]

✔️ 1e56a134e3beb299e5a10ab6dcd86c51c6a3e736 -> Azure artifacts URL

azure-pipelines[bot] avatar Jun 26 '24 10:06 azure-pipelines[bot]