-
59a1c0d4
by Raoul Hidalgo Charman
at 2018-12-04T12:28:31Z
platform.py: Add mapping of uname to OS-independent values
-
7c807c74
by Raoul Hidalgo Charman
at 2018-12-04T12:28:50Z
_config.py: Use os and architecture settings
In element, platform asks for host os and architecture to default to when
SandboxConfig is initialised.
This changes element cache keys so those have been updated in the tests.
-
11329f6a
by Raoul Hidalgo Charman
at 2018-12-04T12:51:48Z
optionarch.py: update to use same arch names as SandboxConfig
Also update tests to be consistent with this
-
a3a647b8
by Raoul Hidalgo Charman
at 2018-12-04T12:53:30Z
_sandboxremote.py: Add os and arch to command uploaded
These are contained within the platform field.
-
0f15af5d
by Raoul Hidalgo Charman
at 2018-12-04T12:53:30Z
optionos.py: Add new option for OS configuration
-
3e01845f
by Raoul Hidalgo Charman
at 2018-12-04T12:53:30Z
optionos.py: Add tests for OptionOS
Same format as OptionArch tests, but with OS's.
-
a4f3fa0a
by Raoul Hidalgo Charman
at 2018-12-04T12:53:30Z
_platform: Add checks for os and architecture
-
a7fa08cc
by Raoul Hidalgo Charman
at 2018-12-04T12:53:30Z
Sandbox: use linux32 for x86-32 builds on x86-64 machines
o _platform/linux.py: Add linux32 flag to send to sandbox bwrap when the
build arch is x86-32 and the machines arch is x86-64 or similarly with
aarch32 and aarch64.
o sandbox/_sandboxbwrap.py: Use flag passed to start bwrap command with
linux32 if set.
-
c4413cd6
by Raoul Hidalgo Charman
at 2018-12-04T12:53:30Z
format_project.rst: Update documentation for changes to OptionArch
-
5f6de6d2
by Raoul Hidalgo Charman
at 2018-12-04T12:53:30Z
format_declaring.rst: Update documentation for sandbox options
-
5b82887a
by Raoul Hidalgo Charman
at 2018-12-04T12:53:30Z
format_project.rst: Add docs for OptionOS