Skip to content

Commit 9595f7d

Browse files
chore(core): fix build packages
Signed-off-by: Nikita Korolev <[email protected]>
1 parent 42fbf44 commit 9595f7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

images/packages/glib2/werf.inc.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ packages:
1313
{{- $version := get .PackageVersion .ImageName }}
1414
{{- $gitRepoUrl := "GNOME/glib.git" }}
1515

16-
{{/* Temporarily exclude images from build as submodule. TODO remove 'if' when this image is used in import section. */}}
17-
{{- if eq .ModuleNamePrefix "" }}
1816
---
1917
image: {{ .ModuleNamePrefix }}{{ .PackagePath }}/{{ .ImageName }}
2018
final: false
@@ -95,5 +93,3 @@ shell:
9593
-Dstrip=true
9694
meson compile -C _build
9795
DESTDIR=${OUTDIR} meson install -C _build
98-
99-
{{- end}}

0 commit comments

Comments
 (0)