From 56db7de319a3eece5ca49ff1fa402f574e33dbc5 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 1 Nov 2023 14:14:39 -0400 Subject: [PATCH] common/travis/changed_templates: sort-dependencies should fix issues where e.g. a library is not built before its dependents --- common/travis/changed_templates.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/travis/changed_templates.sh b/common/travis/changed_templates.sh index 91af1f1a3c1..074c991d33a 100755 --- a/common/travis/changed_templates.sh +++ b/common/travis/changed_templates.sh @@ -24,5 +24,6 @@ git diff-tree -r --no-renames --name-only --diff-filter=AM \ "$base" "$tip" \ -- 'srcpkgs/*/template' | cut -d/ -f 2 | + xargs ./xbps-src sort-dependencies | tee /tmp/templates | sed "s/^/ /" >&2