From: Anthony PERARD <anthony@xenproject.org>
To: xen-devel@lists.xenproject.org
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
Anthony PERARD <anthony.perard@vates.tech>,
Doug Goldstein <cardoe@cardoe.com>,
Stefano Stabellini <sstabellini@kernel.org>
Subject: [XEN PATCH] CI: Add and use ccache in build-each-commit job
Date: Thu, 24 Jul 2025 10:37:20 +0200 [thread overview]
Message-ID: <20250724083720.45229-1-anthony@xenproject.org> (raw)
From: Anthony PERARD <anthony.perard@vates.tech>
Signed-off-by: Anthony PERARD <anthony.perard@vates.tech>
---
Notes:
The job build-each-commit is a bit faster, and can do about twice as
much builds.
https://gitlab.com/xen-project/people/anthonyper/xen/-/jobs/10785719529
I haven't updated the container yet.
automation/build/debian/12-x86_64.dockerfile | 3 +++
automation/gitlab-ci/build-each-commit.sh | 5 +++++
2 files changed, 8 insertions(+)
diff --git a/automation/build/debian/12-x86_64.dockerfile b/automation/build/debian/12-x86_64.dockerfile
index 6e0a403f64..e26a19079e 100644
--- a/automation/build/debian/12-x86_64.dockerfile
+++ b/automation/build/debian/12-x86_64.dockerfile
@@ -54,6 +54,9 @@ RUN <<EOF
expect
qemu-system-x86
+ # for build-each-commit-gcc
+ ccache
+
# for qemu-alpine-x86_64-gcc
busybox-static
cpio
diff --git a/automation/gitlab-ci/build-each-commit.sh b/automation/gitlab-ci/build-each-commit.sh
index 08fddecbbe..166392fffd 100755
--- a/automation/gitlab-ci/build-each-commit.sh
+++ b/automation/gitlab-ci/build-each-commit.sh
@@ -12,6 +12,11 @@ if [[ $? -ne 0 ]]; then
exit 0
fi
+if [ -d /usr/lib/ccache ]; then
+ echo "Building with ccache"
+ PATH="/usr/lib/ccache:$PATH"
+fi
+
echo "Building ${BASE}..${TIP}"
NON_SYMBOLIC_REF=1 ./automation/scripts/build-test.sh ${BASE} ${TIP} \
--
Anthony PERARD
next reply other threads:[~2025-07-24 8:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-24 8:37 Anthony PERARD [this message]
2025-07-24 8:50 ` [XEN PATCH] CI: Add and use ccache in build-each-commit job Andrew Cooper
2025-07-24 17:37 ` Stefano Stabellini
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=20250724083720.45229-1-anthony@xenproject.org \
--to=anthony@xenproject.org \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=cardoe@cardoe.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.