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

Update clang-tidy action to stop breaking #7808

Merged
merged 7 commits into from
Aug 28, 2023
Merged

Conversation

steven-johnson
Copy link
Contributor

@steven-johnson steven-johnson commented Aug 28, 2023

macos-latest is actually macos-12 (macos13 is considered "beta" on the GHA runners). Hopefully this will fix the recent install snafus that are breaking clang-tidy.

TL;DR: the GHA macOS image has junk installed that conflicts with Homebrew. Brute-force removal is apparently the workaround.

Also, drive-by install of flatbuffers in anticipation of #7794.

`macos-latest` is actually macos-12 (macos13 is considered "beta" on the GHA runners). Hopefully this will fix the recent install snafus that are breaking clang-tidy.
@steven-johnson steven-johnson added the skip_buildbots Synonym for buildbot_test_nothing label Aug 28, 2023
@steven-johnson steven-johnson changed the title Switch clang-tidy action from macos-13 to macos-latest Update clang-tidy action to stop breaking Aug 28, 2023
@steven-johnson steven-johnson merged commit 79d2be3 into main Aug 28, 2023
@steven-johnson steven-johnson deleted the srj/tidy-runner branch August 28, 2023 17:21
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
* Switch clang-tidy action from macos-13 to macos-latest

`macos-latest` is actually macos-12 (macos13 is considered "beta" on the GHA runners). Hopefully this will fix the recent install snafus that are breaking clang-tidy.

* Bogus change to trigger check

* Update presubmit.yml

* Update presubmit.yml

* Update presubmit.yml

* Revert "Bogus change to trigger check"

This reverts commit a70f9ed.

* Update presubmit.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip_buildbots Synonym for buildbot_test_nothing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants