Skip to content
Snippets Groups Projects

Python Byte-compilation During Build, master branch (2017.11.03.)

This is to address ATLINFR-1910.

The idea is to make the build byte-compile all python code during the build to:

  • Ensure that there are no syntax errors in any of our installed python files;
  • Make sure that the byte-compiled code ends up in the RPMs that we build, so that job configuration may become a bit faster from installed releases.

Will have to run some additional checks on the code before merging it though.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading