Skip to content

Commit

Permalink
sqlite fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Dec 28, 2024
1 parent af2f765 commit 1144a5b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-20.04
target: aarch64-unknown-linux-musl
command: build
args: "--release --features=bundled-openssl"
args: "--release --features=bundled-openssl,bundled-sqlite"

# FIXME: OpenSSL Compilation Errors
# - os-name: Linux-riscv64
Expand All @@ -45,7 +45,13 @@ jobs:
runs-on: ubuntu-22.04
target: aarch64-unknown-linux-musl
command: build
args: "--release --features=bundled-openssl"
args: "--release --features=bundled-openssl,bundled-sqlite"

- os-name: Linux-Android
runs-on: ubuntu-22.04
target: aarch64-linux-android
command: build
args: "--release --features=bundled-openssl,bundled-sqlite"

# gh -R iesahin/xvc run view 12525597866 --log-failed
# - os-name: NetBSD-x86_64
Expand Down

0 comments on commit 1144a5b

Please sign in to comment.