Set environment in bwrap command line instead of its environment
Description
Solves the problem of bwrap
not called with user environment variables. Solves the problem of some environment variables of the element not being passed to the build (for example LD_LIBRARY_PATH
).
Changes proposed in this merge request:
- Use
--settenv
and--unsetenv
in Bubblewrap command line to set environment. - Use user environment to call Bubblewrap.
This merge request, when approved, will close issue/bug:
Fixes #498 (closed)
Edited by Valentin David