make sqlcipher
Some checks failed
CI / test (push) Failing after 50s
Trivy / test (push) Successful in 21s

This commit is contained in:
Miguel Jacq 2025-12-23 14:07:27 +11:00
parent 4a070ac1f5
commit 0ec6b65287
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -25,6 +25,8 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
submodules: recursive
- name: Build deb - name: Build deb
run: | run: |
@ -44,6 +46,10 @@ jobs:
export DEBEMAIL="mig@mig5.net" export DEBEMAIL="mig@mig5.net"
export DEBFULLNAME="Miguel Jacq" export DEBFULLNAME="Miguel Jacq"
git submodule
mkdir -p src/sqlcipher
cd sqlcipher && ./configure && make sqlite3.c && cp sqlite3.[ch] ../src/sqlcipher/
dch --distribution "trixie" --local "~trixie" "CI build for trixie" dch --distribution "trixie" --local "~trixie" "CI build for trixie"
dpkg-buildpackage -us -uc -b dpkg-buildpackage -us -uc -b