Using base: requires KVM and none of my build machines support that (because too old or a VM)

This commit is contained in:
Reinhard Pointner 2019-02-04 16:07:08 +07:00
parent 637b720fff
commit 253593860a
2 changed files with 3 additions and 2 deletions

View File

@ -600,7 +600,9 @@
<fileset dir="${dir.base}" includes="**/bin/**" />
</chmod>
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes" />
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes">
<arg line="cleanbuild" />
</exec>
</target>

View File

@ -5,7 +5,6 @@ description: @{package.description}
confinement: strict
grade: stable
base: core18
architectures: [amd64]