Part of lp.snappy.adapters.buildarch View In Hierarchy
A single instance of a snap that should be built.
It has two useful attributes:
- architecture: The architecture tag that should be used to build the
snap.
- required: Whether or not failure to build should cause the entire
set to fail.
Method | __init__ | Construct a new SnapBuildInstance . |
SnapBuildInstance
.Parameters | architecture | SnapArchitecture instance. |
supported_architectures | List of supported architectures, sorted by priority. |