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

formulae: disable #134212

Merged
merged 50 commits into from
Jun 20, 2023
Merged

formulae: disable #134212

merged 50 commits into from
Jun 20, 2023

Conversation

branchvincent
Copy link
Member

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

Disables deprecated formulae using the script from #113529

@github-actions github-actions bot added the formula disabled Formula disabled label Jun 20, 2023
@branchvincent branchvincent added the CI-no-bottles Merge without publishing bottles label Jun 20, 2023
@chenrui333

This comment was marked as resolved.

@chenrui333

This comment was marked as resolved.

@branchvincent
Copy link
Member Author

this would be way to check the deps

yea exactly, I think there might be at least some conflicts_with that need to be removed

@branchvincent
Copy link
Member Author

nvm about conflicts_with since this is just disabling not removing. I don't see any dependents so this should be good

@p-linnane
Copy link
Member

I don't think it's ever going to complete the setup_dep_runners job since everything is disabled. We should rerun this as syntax only to get it merged.

@branchvincent branchvincent added CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. and removed CI-no-bottles Merge without publishing bottles labels Jun 20, 2023
@BrewTestBot BrewTestBot added this pull request to the merge queue Jun 20, 2023
Merged via the queue into Homebrew:master with commit 2ed3d92 Jun 20, 2023
@branchvincent branchvincent deleted the disables branch June 20, 2023 15:04
@branchvincent branchvincent mentioned this pull request Jun 24, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. formula disabled Formula disabled
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants