diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-28 03:12:54 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-24 17:12:04 +0200 |
commit | d7e2468e13fb871026e1969845a1c5ccb9a1dcee (patch) | |
tree | 57424af7f5758fdd2ff3eb1f216640227f7b3b5b /.github/workflows/packages.yml | |
parent | c8d4694d2c94fec836533b7a0635c9d41b4b7c3a (diff) | |
download | upstream-d7e2468e13fb871026e1969845a1c5ccb9a1dcee.tar.gz upstream-d7e2468e13fb871026e1969845a1c5ccb9a1dcee.tar.bz2 upstream-d7e2468e13fb871026e1969845a1c5ccb9a1dcee.zip |
CI: build: add option to define custom ccache cache type
Add new input to define custom ccache cache type. This is useful to use
a different ccache cache for some special workflow that may do more test
than simple kernel compilation.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 07b52a8a25f261e3cee03f4980e4bc868e9ee5cc)
Diffstat (limited to '.github/workflows/packages.yml')
-rw-r--r-- | .github/workflows/packages.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 8ab07f1f07..58bbcd0131 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -53,4 +53,5 @@ jobs: build_all_kmods: true build_all_modules: true build_full: true + ccache_type: packages |