Tags: bitsinside/sqlite-sync
Tags
add linux musl builds (sqliteai#14) * feat(workflow): add musl build for alpine container * feat(workflow): add musl arm64 builds * fix(workflow): update ARM architecture OS to ubuntu-24.04-arm in build matrix * fix(workflow): adjust build steps for musl target in CI workflow * fix(workflow): adjust shell usage for musl builds in CI workflow * feat(workflow): add install build dependencies for musl * feat(workflow): add curl to build dependencies for musl * feat(workflow): add openssl-dev to build dependencies for musl * feat(workflow): enable musl test * feat(workflow): add git clone step for musl arm64 builds * feat(workflow): add sqlite to build dependencies for musl * fix(workflow): update condition for checkout step and git clone for musl arm64 after git install * fix(workflow): add safe.directory configuration for musl arm64 git clone * fix(workflow): add diagnostic commands for gcc and make in musl arm64 build step * fix(workflow): remove diagnostic commands for gcc and make from musl arm64 build step * fix(workflow): update safe.directory configuration for musl arm64 git clone * fix(workflow): rename musl arm64 git clone step and remove unnecessary echo commands * fix(workflow): remove unnecessary build dependencies for linux-musl arm64 * fix(workflow): streamline installation of build dependencies for linux-musl * fix(workflow): move linux-musl configurations * fix(workflow): update linux-musl job configurations for arm64 and x86_64 * fix(workflow): add musl-gcc as compiler for linux-musl arm64 job * fix(workflow): update shell command for linux-musl job to use alpine condition * fix(workflow): enhance linux-musl arm64 job to build and install OpenSSL with musl-gcc * fix(workflow): update arm64 dependencies for linux-musl job to include linux-libc-dev and wget * fix(workflow): add CPPFLAGS for musl-gcc configuration in OpenSSL build step * fix(workflow): update linux-musl arm64 job to use Docker for building and testing * fix(workflow): update OS version for linux-musl arm64 job to use ubuntu-22.04-arm * fix(workflow): add error handling in linux-musl arm64 build step * fix(workflow): refactor linux-musl arm64 build to use Docker for dependency installation and execution * bump version to 0.8.22 * fix(workflow): update OS versions in CI configuration and improve coverage handling in Makefile
Merge pull request sqliteai#8 from sqliteai/fix-error-messages Handle error messages from response body in every network backend like curl
Merge pull request sqliteai#7 from sqliteai/fix/support-quoted-identi… …fiers-for-tables-and-columns fix: support quoted identifiers for tables and columns
PreviousNext