Skip to content
Snippets Groups Projects
Commit 2dd6b5d8 authored by Simon McVittie's avatar Simon McVittie
Browse files

debos-runtimes: Separate conceptually different steps


No functional change.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent a70a40e0
No related branches found
No related tags found
No related merge requests found
......@@ -95,9 +95,12 @@ actions:
if [ -e "$RECIPEDIR/manifest.platform.deb822.gz" ]; then
cp "$RECIPEDIR/manifest.platform.deb822.gz" "$ROOTDIR/usr"
fi
{{ end }}
# We do this as a separate step in case it involves removing any
# of the common packages, or replacing automatic debug symbols with
# legacy debug symbols that might have more coverage
{{ if $sdk }}
{{ if $sdk_packages }}
- action: run
label: apt-install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment