Skip to content

Remove 32-bit support

Elroy Jumpertz requested to merge 121-remove_32bit into master

What does this MR do?

The 32-bit pipeline has been broken for a long time (specifically: the step interworking-x86). We ourselves don't need the 32-bit support, so we propose to remove it from the pipeline (see the changes in this MR).

@All If anybody feels like fixing the pipeline issue, please do so :) Otherwise we will merge this MR 2 weeks from now.

Again, this MR does not affect any code, but only removes some pipeline steps and build targets.

Related issues

Closes #121 (closed)

Changes to public APIs

None.

Author's checklist (required)

See CONTRIBUTING.md for the rationale behind these items:

  • The commit history does not contain merges (use git rebase -i master if it does)
  • Intermediate commits compile (use git rebase -i master if not)
  • Newly added code has a style consistent with the existing code
  • Newly added code is documented
  • A changelog entry has been added if required. See CONTRIBUTING.md
  • If bugs have been solved, tests have been added
  • Appropriate types have been used, especially in APIs
  • If efficiency is part of the acceptance criteria of the issue, a benchmark is provided
  • If enum instruction in src/abc_instructions.h has changed, ABC_VERSION in src/settings.h has been increased
Edited by Elroy Jumpertz

Merge request reports