Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samba: Add autobuild.yml files for dep resolution #2279

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions common/autobuild-ignore-doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# doxygen is a common enough cause for cycles that it deserves its own file
# which can be trivially symlinked to.
solver:
ignore:
- doxygen

5 changes: 5 additions & 0 deletions common/autobuild-ignore-python-pytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# python-pytest is a common cycle-creator, in that it's typically a checkdep,
# not a true builddep.
solver:
ignore:
- python-pytest
7 changes: 7 additions & 0 deletions packages/l/llvm-bolt/autobuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# A rebuild in git shouldn't really trigger a rebuild of llvm-bolt, and upon
# inspection of llvm-bolt's recipe, we see that the only reason git is in its
# builddeps is probably because of build system requirements, so we can safely
# ignore git here.
solver:
ignore:
- git
1 change: 1 addition & 0 deletions packages/l/llvm/autobuild.yml
5 changes: 5 additions & 0 deletions packages/m/mesalib/autobuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# linux-driver-management is a rundep of mesalib, but a rebuild of LDM
# really shouldn't trigger a rebuild of mesalib, so ignore it.
solver:
ignore:
- linux-driver-management
4 changes: 4 additions & 0 deletions packages/o/openjdk-17/autobuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# jtreg is a test harness for testing the JDK, so can be ignored in builddeps.
solver:
ignore:
- jtreg
7 changes: 7 additions & 0 deletions packages/p/pulseaudio/autobuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# python3-qt5 is a rundep of pulseaudio-equalizer, so we can ignore python3-qt5
# when considering pulseaudio rebuilds.
# If we don't, a python3-qt5 rebuild could trigger a qt6-base rebuild via PA
# which does not seem reasonable.
solver:
ignore:
- python3-qt5
1 change: 1 addition & 0 deletions packages/py/python-chardet/autobuild.yml
7 changes: 7 additions & 0 deletions packages/py/python-jinja/autobuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# python-pytest and python-markupsafe shouldn't trigger a rebuild of this,
# as these are marked as checkdeps.
solver:
ignore:
- python-markupsafe
- python-pytest

1 change: 1 addition & 0 deletions packages/py/python-requests/autobuild.yml
1 change: 1 addition & 0 deletions packages/py/python-wheel/autobuild.yml
1 change: 1 addition & 0 deletions packages/t/tpm2-tss/autobuild.yml
Loading