Skip to content

build: configure with shared sqlite3 - #53519

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
legendecas:build/shared-sqlite
Jun 22, 2024
Merged

build: configure with shared sqlite3#53519
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
legendecas:build/shared-sqlite

Conversation

@legendecas

Copy link
Copy Markdown
Member

Allow linking against system installed sqlite3 library.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/gyp

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. labels Jun 20, 2024

@tniessentniessen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we define a minimum version that we support? I've repeatedly run into issues with the system SQLite being outdated in the past.

@legendecas

Copy link
Copy Markdown
MemberAuthor

Should we define a minimum version that we support? I've repeatedly run into issues with the system SQLite being outdated in the past.

I think this is a good idea but this sounds needing a CI coverage on sqlite versions to be well guaranteed. We didn't specify a supported version range for other shared deps though, like cares.

@legendecaslegendecas added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2024
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@legendecaslegendecas added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Jun 22, 2024
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 22, 2024
@nodejs-github-bot
nodejs-github-bot merged commit 78ea6ce into nodejs:mainJun 22, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 78ea6ce

@legendecas
legendecas deleted the build/shared-sqlite branch June 22, 2024 23:29
targos pushed a commit that referenced this pull request Jun 25, 2024
PR-URL: #53519
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
@targostargos mentioned this pull request Jun 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.buildIssues and PRs related to build files or the CI.needs-ciPRs that need a full CI run.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@legendecas@nodejs-github-bot@anonrig@tniessen@joyeecheung@richardlau@RafaelGSS@targos