Skip to content

Building/Developing on OS X

What does this MR do?

Remove spaces on version identifier for builds on OS X.

Why was this MR needed?

Currently, building using the Makefile on OS X is not possible due to spaces appearing in the flags passed to go.

The wc command on OS X adds whitespace to the beginning of the result of the ./ci/version script and causes the build to fail. This MR simply removes these spaces to allow development on that platform.

Are there points in the code the reviewer needs to double check?

None - just one script file to check

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

None

Merge request reports