-
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
Package/nodejs v18 #16964
Conversation
I detected other pull requests that are modifying nodejs/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
66984ba
to
3ad559d
Compare
This comment has been minimized.
This comment has been minimized.
2924b07
to
eeb45e3
Compare
This comment has been minimized.
This comment has been minimized.
eee65c9
to
0301e33
Compare
This comment has been minimized.
This comment has been minimized.
0301e33
to
1c7a171
Compare
This comment has been minimized.
This comment has been minimized.
The rule here is totally unnecessary and makes people avoid doing PR. |
cd798aa
to
81ee2f4
Compare
This comment has been minimized.
This comment has been minimized.
81ee2f4
to
1407c8d
Compare
This comment has been minimized.
This comment has been minimized.
2dd9c2b
to
960708c
Compare
This comment has been minimized.
This comment has been minimized.
960708c
to
fe5df7d
Compare
This comment has been minimized.
This comment has been minimized.
fe5df7d
to
3e9b5ba
Compare
This comment has been minimized.
This comment has been minimized.
This one is the followup to #16966 |
@franramirez688 @uilianries please review |
Could you please merge in |
@@ -5,3 +5,5 @@ versions: | |||
folder: all | |||
"16.3.0": | |||
folder: all | |||
"18.15.0": |
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.
Would it make sense to package
18.16.0
to reduce the amount of versions in cci?
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.
Done |
@SSE4 I merged master into this branch. Please Approved again. Sorry for the noice. |
This comment has been minimized.
This comment has been minimized.
nvm this was a different PR I o got confused |
@gjasny For sake of siplicity I will keep v18.15.0 and prefer to add new one in a separate PR. |
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 35 (
Conan v2 pipeline ✔️
All green in build 34 (
|
* nodejs: conanfile.py: prepare for v18 Signed-off-by: Alexander Kozhinov <[email protected]> * test_package: conanfile.py: update for conan v2 usage Signed-off-by: Alexander Kozhinov <[email protected]> * Update recipes/nodejs/all/conanfile.py Co-authored-by: Chris Mc <[email protected]> * nodejs: conanfile.py: remove compiler verification Signed-off-by: Alexander Kozhinov <[email protected]> * nodejs: test_package: rework for v1 and v2 Signed-off-by: Alexander Kozhinov <[email protected]> * Update recipes/nodejs/all/conanfile.py Co-authored-by: Chris Mc <[email protected]> * nodejse: conanfile.py: rework conan_version test Signed-off-by: Alexander Kozhinov <[email protected]> * Update recipes/nodejs/all/conanfile.py Co-authored-by: Gregor Jasny <[email protected]> * Update recipes/nodejs/all/test_package/conanfile.py Co-authored-by: Gregor Jasny <[email protected]> * Update recipes/nodejs/all/conanfile.py Co-authored-by: Gregor Jasny <[email protected]> * Update recipes/nodejs/all/conanfile.py Co-authored-by: Gregor Jasny <[email protected]> * nodejs: conanfile.py: use self.settings instead of self.info.settings Signed-off-by: Alexander Kozhinov <[email protected]> * nodejs: conanfile.py: do not use self.settings in source() method Signed-off-by: Alexander Kozhinov <[email protected]> * nodejs: conanfile.py: use subprocess in _glibc_version Signed-off-by: Alexander Kozhinov <[email protected]> * Update recipes/nodejs/all/conanfile.py Co-authored-by: Chris Mc <[email protected]> * Update recipes/nodejs/all/conanfile.py Co-authored-by: Chris Mc <[email protected]> * Update recipes/nodejs/all/conanfile.py Co-authored-by: Chris Mc <[email protected]> * Update recipes/nodejs/all/conanfile.py Co-authored-by: Chris Mc <[email protected]> * nodejs: conanfile.py: fix arch / revert _glibc_version Signed-off-by: Alexander Kozhinov <[email protected]> * nodejs: conanfile.py: remove dobule defined build() method Signed-off-by: Alexander Kozhinov <[email protected]> * nodejs: conanfile.py: fix glibc version aquisition Signed-off-by: Alexander Kozhinov <[email protected]> * nodejs: add v18 Signed-off-by: Alexander Kozhinov <[email protected]> * Update config.yml * Update config.yml --------- Signed-off-by: Alexander Kozhinov <[email protected]> Co-authored-by: Chris Mc <[email protected]> Co-authored-by: Gregor Jasny <[email protected]>
add nodejs v18
It is a follow-up to #16966