-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Package/nodejs v18 #16964
Merged
conan-center-bot
merged 34 commits into
conan-io:master
from
KozhinovAlexander:package/nodejs_v18
May 5, 2023
Merged
Package/nodejs v18 #16964
Changes from 30 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f391650
nodejs: conanfile.py: prepare for v18
KozhinovAlexander 095e78e
test_package: conanfile.py: update for conan v2 usage
KozhinovAlexander 1b8d7cd
Update recipes/nodejs/all/conanfile.py
KozhinovAlexander bf99aa0
nodejs: conanfile.py: remove compiler verification
KozhinovAlexander bebbd99
nodejs: test_package: rework for v1 and v2
KozhinovAlexander fc1a2c2
Update recipes/nodejs/all/conanfile.py
KozhinovAlexander 2121d7a
nodejse: conanfile.py: rework conan_version test
KozhinovAlexander 685636f
Update recipes/nodejs/all/conanfile.py
KozhinovAlexander f9a1dfb
Update recipes/nodejs/all/test_package/conanfile.py
KozhinovAlexander f6ec523
Update recipes/nodejs/all/conanfile.py
KozhinovAlexander 0d90c29
Update recipes/nodejs/all/conanfile.py
KozhinovAlexander d0947a8
Merge branch 'master' into package/prepare_for_nodejs_v18
KozhinovAlexander ae8f6e8
Merge branch 'master' into package/prepare_for_nodejs_v18
KozhinovAlexander 96f9e2f
Merge remote-tracking branch 'origin/master' into package/prepare_for…
KozhinovAlexander adf292c
nodejs: conanfile.py: use self.settings instead of self.info.settings
KozhinovAlexander 349d964
nodejs: conanfile.py: do not use self.settings in source() method
KozhinovAlexander 09612f2
Merge remote-tracking branch 'origin/master' into package/prepare_for…
KozhinovAlexander 5cbe184
nodejs: conanfile.py: use subprocess in _glibc_version
KozhinovAlexander b0dc011
Merge branch 'master' into package/prepare_for_nodejs_v18
KozhinovAlexander 4fc4b93
Update recipes/nodejs/all/conanfile.py
KozhinovAlexander 65d272d
Update recipes/nodejs/all/conanfile.py
KozhinovAlexander 98262ee
Update recipes/nodejs/all/conanfile.py
KozhinovAlexander 76468ab
Update recipes/nodejs/all/conanfile.py
KozhinovAlexander eab37be
Merge branch 'master' into package/prepare_for_nodejs_v18
KozhinovAlexander ae8eb30
nodejs: conanfile.py: fix arch / revert _glibc_version
KozhinovAlexander 7b8111b
nodejs: conanfile.py: remove dobule defined build() method
KozhinovAlexander 1611eb3
nodejs: conanfile.py: fix glibc version aquisition
KozhinovAlexander 7650f23
Merge branch 'master' into package/prepare_for_nodejs_v18
KozhinovAlexander 9e6eec8
nodejs: add v18
KozhinovAlexander 0a75468
Merge branch 'master' into package/nodejs_v18
KozhinovAlexander ceea93f
Update config.yml
KozhinovAlexander f512e92
Update config.yml
KozhinovAlexander 156a2be
Merge branch 'master' into package/nodejs_v18
KozhinovAlexander 953942f
Merge branch 'master' into package/nodejs_v18
KozhinovAlexander File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ versions: | |
folder: all | ||
"16.3.0": | ||
folder: all | ||
"18.15.0": | ||
folder: all |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to package
18.16.0
to reduce the amount of versions in cci?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be newer one. Sure. I'll do. It needs me a bit more time, since I am Not able currently edit or from my pc.