CI: create Docker container containing compiled tools
authorPaul Spooren <mail@aparcar.org>
Mon, 8 Aug 2022 21:37:54 +0000 (23:37 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 4 Dec 2022 15:27:00 +0000 (16:27 +0100)
commitec55b1217a14a32c99f5209b625c32df0e40970f
tree53f4e9b7470948869408f5d282b9b2cf79bb7929
parent6f9067e9d472c7cbda4acb16da88313450302de8
CI: create Docker container containing compiled tools

Currently each Kernel compilation takes about 30 minutes of which 20
minutes are used to compile our tools. While the toolchain is downloaded
and instantly ready the tools are missing.

This commit starts uploading a Docker container including compiled tools
which are ready to use. It is automatically updated whenever any tools
are changed.

Signed-off-by: Paul Spooren <mail@aparcar.org>
Co-Developed-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 25b65f548dfd93cae87781276bfff9a27cd3ebd4)
.github/workflows/Dockerfile.tools [new file with mode: 0644]
.github/workflows/tools.yml