-
Notifications
You must be signed in to change notification settings - Fork 40
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
Consider USE=minimal on sys-libs/ncurses #59
Comments
Nice. Tried the |
Looking at |
right, probably at docker image level is about that, I just base it on "du"
Ha! I will consider removing that on my image. btw, other rabbit-hole to reduce size is libressl https://github.com/azimut/rpi-cluster/blob/master/gentoo-bb/namespaces/stage3-armv7a-musl-libressl/dock/gentoobb-arm-musl-libressl/builder/bob/Buildconfig.sh but probably not applicable here due lack of nodejs support for it |
+bundled-openssl is solution (for me, at least) for now (or maybe forever) |
@azimut we (node.js) have a work in progress patch for libressl but it's alpha and isn't on par feature-wise: nodejs/node#9376 |
@azimut with the latest changes you should now be able to simplify your repo setup:
Then just clone the whole thing under Set |
@edannenberg That worked, not the easiest migration ever (mainly due I had a typo on CFLAGS that collided with the new approach of force rebuild of bob-core if CFLAGS are changed), but it worked!. I will create other bug for libressl which is the pending topic that appeared here. Any reason to leave this open? I am not building anything that pulls "file" so I can't help with the magic.mgc test. |
Glad it worked out.
Was sadly no other way around it.
|
about 5MB get's removed from /usr/share/terminfo (the ebuild does a rm -rf) alpine does something similar with some backup on /etc http://git.alpinelinux.org/cgit/aports/tree/main/ncurses/APKBUILD so far It worked for me but don't know about the images you use
The text was updated successfully, but these errors were encountered: