Skip to content

Fix #300: Properly unset environment in chroot

postmarketOS Bot requested to merge fix/300-properly-unset-env into master

Created by: ollieparanoid

Unsetting the environment variables fails in Travis CI sometimes:

Instead of unsetting all environment variables, this commit instruments env to create an empty environment (like it is done in Alpine's Travis CI scripts).

Merge request reports