Comment 4 for bug 1640585

Revision history for this message
Leo Arias (elopio) wrote :

I tested this in xenial and yakkety:
Install snapcraft, snapcraft-examples and snapcraft parser. Enable -proposed. Upgrade the packages to 2.22.

Then I ran the following tests:

Build a gadget snap.
Run snapcraft --version.
Exploratory on store commands.
Build snaps and check that the cache is stored in $HOME/.cache/snapcraft/apt/
Build snaps again and check that the cache is used.
Build snaps with packages of a specific architecture.
Build a catkin snap and check that gcc and g++ are installed in the snap.
Build a go and check that the build tags are called for all the packages installed.
Build a snap using an rpm source.

I'm marking this as verified. Thanks pitti!