-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taking what we learned from PL/Rust and pg16 and CI, this does essentially the same two things: - removes all the old postgres/clang/llvm-related packages that github might have installed - sets up clang14 only The "problem" seems to be having multiple versions of clang installed at once. There may be some way to say, "dear bindgen, only use this particular clang", but I think this is more expedient. Also, it's probably best CI doesn't have a bunch of clutter we don't need.
- Loading branch information
1 parent
739faec
commit 2318985
Showing
1 changed file
with
17 additions
and
20 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