Skip to content

Commit

Permalink
Remove --no-options on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Nov 27, 2024
1 parent 4a0dfe2 commit c40ed30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build and install Kissat shared library (libkissat.so)
working-directory: lib/kissat-sys/vendor/kissat
run: |
./configure --compact --no-options --no-proofs --quiet -shared
./configure --compact --no-proofs --quiet -shared
make -j8
sudo install -m 644 build/libkissat.so -Dt /usr/local/lib
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
git fetch origin windows:windows --depth=1
git switch windows
./configure --compact --quiet --no-options --no-proofs -shared
./configure --compact --no-proofs --quiet -shared
make -j8
# Note: the resulting file `build/libkissat.so` is actually a DLL, just have a Linux-name!
cp build/libkissat.so build/kissat.dll
Expand Down

0 comments on commit c40ed30

Please sign in to comment.