Skip to content

Commit

Permalink
Treewide: Break cycles with autobuild.yaml configs
Browse files Browse the repository at this point in the history
Note that I don't get the same cycles on each run of autobuild. Sometimes
cycles are broken correctly, sometimes they are not.

Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Jun 19, 2024
1 parent ccf2cf2 commit 7d0fc29
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions b/brotli/autobuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
solver:
ignore:
- libcap #: { auxdep: "It doesn't make sense for libcap-ng to induce a rebuild of brotli"}
- cryptsetup #: { auxdep: "It doesn't make sense for cryptsetup to induce a rebuild of brotli"}
4 changes: 4 additions & 0 deletions c/cairo/autobuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
solver:
ignore:
- fontconfig #: { auxdep: "It doesn't make sense for fontconfig to induce a rebuild of cairo" }
- freetype #: { auxdep: "It doesn't make sense for freetype to induce a rebuild of cairo"}
1 change: 1 addition & 0 deletions c/cryptsetup/autobuild.yaml
1 change: 1 addition & 0 deletions g/glib2/autobuild.yaml
3 changes: 3 additions & 0 deletions h/harfbuzz/autobuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
solver:
ignore:
- freetype #: { auxdep: "It doesn't make sense for freetype to induce a rebuild of harfbuzz"}
3 changes: 3 additions & 0 deletions l/libtiff/autobuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
solver:
ignore:
- libwebp #: { auxdep: "It doesn't make sense for libwebp to induce a rebuild of libtiff"}
1 change: 1 addition & 0 deletions p/polkit/autobuild.yaml
1 change: 1 addition & 0 deletions s/systemd/autobuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
solver:
ignore:
- accountsservice #: { auxdep: "It doesn't make sense for accountsservice to induce a rebuild of this"}

0 comments on commit 7d0fc29

Please sign in to comment.