From 33e617b8a2b1f181432f4cedce4cf9627d5d9586 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Fri, 5 Apr 2024 14:52:21 -0700 Subject: [PATCH] chore(ci): get rid of cache buildroot (#1014) Signed-off-by: madomado (cherry picked from commit 32363b1fecd9ac13d6a2046cb2858d2d4cb4ebe4) --- .github/workflows/autobuild.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 2638f69b71..8def19aaa4 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -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@v3 - 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