-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treewide: Break cycles with autobuild.yaml configs
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
Showing
9 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../tools/autobuild_templates/autobuild-ignore-accountsservice.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../tools/autobuild_templates/autobuild-ignore-accountsservice.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../tools/autobuild_templates/autobuild-ignore-accountsservice.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../tools/autobuild_templates/autobuild-ignore-accountsservice.yaml |
3 changes: 3 additions & 0 deletions
3
tools/autobuild_templates/autobuild-ignore-accountsservice.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} |