-
Notifications
You must be signed in to change notification settings - Fork 166
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
Request to install libcap on Linux CI machines #2599
Comments
Is that going to mean that |
OK, interesting. A test release build will also be interesting from a size perspective! But we'd have to get libcap on there too. @danbev this is going to require a bit of ansible work unfortunately. Probably narrowing down the hosts where we run 16+ (or whatever base this is expected to flow back to) and updating the list of installed packages to include libcap-dev or its alternative name on the various platforms. Would you mind having a go at that? I can't tell you off the top of my head which file(s) to look at but I think there's a variables file in baselayout that might be the best place to start, you'll find it split up across OS+version. |
We'd probably need to do the containers too. |
Yeah I'll give it a shot, thanks. |
This commit adds the libcap-dev package to linux distributions to support the usage of Linux capabilities in Node.js. Fixes: nodejs#2599 Refs: nodejs/node#37727
This commit adds the libcap-dev package to linux distributions to support the usage of Linux capabilities in Node.js. Fixes: nodejs#2599 Refs: nodejs/node#37727
This commit adds the libcap-dev package to linux distributions to support the usage of Linux capabilities in Node.js. Fixes: nodejs#2599 Refs: nodejs/node#37727
This commit adds the libcap-dev package to linux distributions to support the usage of Linux capabilities in Node.js. Fixes: nodejs#2599 Refs: nodejs/node#37727
Closing based on #2607 (comment). |
There is currently a draft PR nodejs/node#37727 which if accepted will add a build time dependency for Linux for
libcap
. This issue would like to request libcap be installed on the CI machines that use Linux.The pull request includes updates to the github workflows and used the following command:
$ sudo apt-get install -y libcap-dev
The text was updated successfully, but these errors were encountered: