CI: create Docker container containing compiled tools
authorPaul Spooren <mail@aparcar.org>
Mon, 8 Aug 2022 21:37:54 +0000 (23:37 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 4 Dec 2022 16:36:55 +0000 (17:36 +0100)
commitfccf42cb0502d1eae99ab8d467a1c41db83d5232
tree31d9aa0b217b97678b53a53766cc5eee02275a78
parent047e68adb164e0b197d4739086ade625d7cd1850
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