From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR REVIEW] xbps-src: don't export CCACHE_COMPRESS=1
Date: Wed, 31 Aug 2022 14:47:50 +0200 [thread overview]
Message-ID: <20220831124750.-F3DYhONJM1MXGwyUUIxW-ekPwALsthwpVkYtkqJZF4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38986@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
New review comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/pull/38986#discussion_r959541701
Comment:
Not sure but something like:
```
if [ -z "${XBPS_CCACHE_NOCOMPRESS+set}" ]; then
export CCACHE_COMPRESS=1
fi
```
with `XBPS_CCACHE_NOCOMPRESS` from config file.
Disable ccache compression is NOT nice.
next prev parent reply other threads:[~2022-08-31 12:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-30 16:57 [PR PATCH] " r-ricci
2022-08-31 12:47 ` sgn [this message]
2022-08-31 13:30 ` r-ricci
2022-08-31 14:03 ` [PR PATCH] [Updated] " r-ricci
2022-11-20 17:58 ` [PR PATCH] [Closed]: " r-ricci
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220831124750.-F3DYhONJM1MXGwyUUIxW-ekPwALsthwpVkYtkqJZF4@z \
--to=sgn@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).