ci: enable systemd repo build testing
Compare changes
+ 30
− 1
@@ -2,6 +2,7 @@
@@ -9,6 +10,7 @@ import common
@@ -66,9 +68,29 @@ if __name__ == "__main__":
@@ -84,3 +106,10 @@ if __name__ == "__main__":
With this change, the build test will only build changed aports when they are in an enabled repo. It will also detect when a changed aport is in extra-repos/systemd, and build it later with systemd support enabled.
This is meant to replace a similar patch in the systemd staging repo: ab46a0a7