You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When snapcraft performs the build step for a part, keys in build-environment or variables set during the build should exist for the organize portion of the build step to use.
Why it needs to get done
Suppose something like the below:
parts:
foo:
build-environment:
NAME: bar
VERSION: baz
If some piece of foo needs to be in a specifically named directory, this must currently be done manually:
What needs to get done
When snapcraft performs the build step for a part, keys in
build-environment
or variables set during the build should exist for theorganize
portion of the build step to use.Why it needs to get done
Suppose something like the below:
If some piece of
foo
needs to be in a specifically named directory, this must currently be done manually:The
organize
part of the build step is a more natural use-case:The utility becomes more obvious just in case
$NAME
or$VERSION
are generated and only known during the build (i.e. in the case of kernel snaps):The text was updated successfully, but these errors were encountered: