From c1329b3cf7e77b1084fb24aed6fb1f448e79d047 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Fri, 5 Apr 2024 14:51:15 -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 0b2004b68d..567772bef3 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