Skip to content

Prevent building mips and s390x architectures by default

Pedro Pombeiro requested to merge fix_build_archs into master

What does this MR do?

Prevents Go from trying to build mips and s390x architectures, which are broken anyway.

Why was this MR needed?

Go 1.7 and 1.8 introduced a changes in GOOS/GOARCH enabled by default for gox. Our current restrictions were based on what was the default in 1.6, so quite a long time ago.

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

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Pedro Pombeiro

Merge request reports