-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlite: deps include sqlite3ext.h
#56010
Merged
nodejs-github-bot
merged 1 commit into
nodejs:main
from
himself65:himself65/20241126/include_ext
Nov 29, 2024
Merged
sqlite: deps include sqlite3ext.h
#56010
nodejs-github-bot
merged 1 commit into
nodejs:main
from
himself65:himself65/20241126/include_ext
Nov 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Review requested:
|
nodejs-github-bot
added
dependencies
Pull requests that update a dependency file.
needs-ci
PRs that need a full CI run.
sqlite
Issues and PRs related to the SQLite subsystem.
tools
Issues and PRs related to the tools directory.
labels
Nov 27, 2024
himself65
force-pushed
the
himself65/20241126/include_ext
branch
from
November 27, 2024 00:31
47ea81c
to
0c383db
Compare
himself65
changed the title
deps(sqlite): include
sqlite: deps include Nov 27, 2024
sqlite3ext.h
sqlite3ext.h
cjihrig
approved these changes
Nov 27, 2024
aduh95
added
the
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
label
Nov 27, 2024
himself65
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Nov 28, 2024
nodejs-github-bot
added
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
and removed
commit-queue
Add this label to land a pull request using GitHub Actions.
labels
Nov 29, 2024
Commit Queue failed- Loading data for nodejs/node/pull/56010 ✔ Done loading data for nodejs/node/pull/56010 ----------------------------------- PR info ------------------------------------ Title sqlite: deps include `sqlite3ext.h` (#56010) Author Alex Yang <himself65@outlook.com> (@himself65) Branch himself65:himself65/20241126/include_ext -> nodejs:main Labels tools, author ready, needs-ci, dependencies, sqlite Commits 1 - sqlite: deps include `sqlite3ext.h` Committers 1 - Alex Yang <himself65@outlook.com> PR-URL: https://github.com/nodejs/node/pull/56010 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/56010 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 27 Nov 2024 00:30:11 GMT ✔ Approvals: 1 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/56010#pullrequestreview-2465240184 ✘ This PR needs to wait 119 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ✘ No Jenkins CI runs detected -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/12077031263 |
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Nov 29, 2024
juanarbol
approved these changes
Nov 29, 2024
himself65
added
commit-queue
Add this label to land a pull request using GitHub Actions.
and removed
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
labels
Nov 29, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Nov 29, 2024
Landed in 22792b8 |
targos
pushed a commit
that referenced
this pull request
Dec 2, 2024
PR-URL: #56010 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
dependencies
Pull requests that update a dependency file.
needs-ci
PRs that need a full CI run.
sqlite
Issues and PRs related to the SQLite subsystem.
tools
Issues and PRs related to the tools directory.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a pre-requirement of #53900, I need this header file to build extension from source code