chore(ci): get rid of cache buildroot (#1014) (#1078)

Signed-off-by: madomado <madonuko@outlook.com>
(cherry picked from commit 32363b1fec)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
lea
2024-04-05 14:50:57 -07:00
committed by GitHub
parent 5b4014f135
commit 1803e9232e
-7
View File
@@ -54,13 +54,6 @@ jobs:
- name: Set up git repository
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Cache buildroot
id: br-cache
uses: actions/cache@v4
with:
path: /var/cache
key: ${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.pkg.arch }}
- name: Include custom build template instead of package default
run: |
cp -v anda/terra/mock-configs/terra.tpl /etc/mock/templates/terra.tpl