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 c9b7a79 commit 93ee17cCopy full SHA for 93ee17c
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
# Run tests on commits after the last merge commit and before the PR head commit
74
# Use clang++, because it is a bit faster and uses less memory than g++
75
- git rebase --exec "echo Running test-one-commit on \$( git log -1 ) && ./autogen.sh && CC=clang CXX=clang++ ./configure && make clean && make -j $(nproc) check && ./test/functional/test_runner.py -j $(( $(nproc) * 2 ))" ${{ env.TEST_BASE }}
+ git rebase --exec "echo Running test-one-commit on \$( git log -1 ) && ./autogen.sh && CC=clang CXX=clang++ ./configure --with-incompatible-bdb && make clean && make -j $(nproc) check && ./test/functional/test_runner.py -j $(( $(nproc) * 2 ))" ${{ env.TEST_BASE }}
76
77
macos-native-x86_64:
78
name: 'macOS 13 native, x86_64, no depends, sqlite only, gui'
0 commit comments