Skip to content

Set env vars when creating the chroot to make the build env more similar to Debian's buildds

This MR:

  1. reworks https://gitlab.collabora.com/obs/obs-build/-/merge_requests/21 to set the LC_ALL=C.UTF-8 when creating the chroot rather than only when actually building the package
  2. cleans TERM to prevent screen from tricking some packages to produce unexpectedly colored ouput
  3. sets TZ=UTC for good measure
Edited by Ritesh Raj Sarraf

Merge request reports