Skip to content

Commit 6bf4dad

Browse files
committed
Include cadical in release packages
1 parent b1fb769 commit 6bf4dad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-packages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
4040
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
4141
- name: Configure CMake
42-
run: cmake -S . -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++
42+
run: cmake -S . -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++ -Dsat_impl="minisat2;cadical"
4343
- name: Zero ccache stats and limit in size
4444
run: ccache -z --max-size=500M
4545
- name: Build using Ninja
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
mkdir build
114114
cd build
115-
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
115+
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -Dsat_impl="minisat2;cadical"
116116
- name: Zero ccache stats and limit in size
117117
run: ccache -z --max-size=500M
118118
- name: Build using Ninja
@@ -198,7 +198,7 @@ jobs:
198198
run: |
199199
mkdir build
200200
cd build
201-
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
201+
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -Dsat_impl="minisat2;cadical"
202202
- name: Zero ccache stats and limit in size
203203
run: ccache -z --max-size=500M
204204
- name: Build using Ninja

0 commit comments

Comments
 (0)