We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdcbd7 commit 7b4ff9bCopy full SHA for 7b4ff9b
.github/workflows/build.yml
@@ -74,8 +74,9 @@ jobs:
74
- run: make prove_installcheck PROVE_FLAGS="-I ./postgres/src/test/perl -I ./test/perl"
75
env:
76
PERL5LIB: /Users/runner/perl5/lib/perl5
77
- - run: make clean && $(brew --prefix llvm@15)/bin/scan-build --status-bugs make
+ - run: make clean && $(brew --prefix llvm@$LLVM_VERSION)/bin/scan-build --status-bugs make
78
79
+ LLVM_VERSION: ${{ matrix.os == 'macos-15' && 18 || 15 }}
80
PG_CFLAGS: -DUSE_ASSERT_CHECKING
81
windows:
82
runs-on: windows-latest
0 commit comments