← Back to issue list

It is not possible to use global build-snaps

View original Launchpad issue

Metadata

Project
snapcraft
Number
#1718823
Type
issue
State
open
Author
~elopio
Labels
Created
2017-09-22 02:22:48.675450+00:00
Updated
2017-11-02 00:03:49.701677+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

We can define build-packages globally in the snapcraft.yaml. This means that the build-packages are not for a part in particular, but for all of them. With build-snaps we can't define them globally. We can only define them inside a part. To reproduce, try to build the following yaml: name: build-package version: '0.1' summary: install a build-package description: Install a build-package. build-snaps: ['hello'] parts: hello: plugin: nil

Evaluation history

No evaluation history available.