From 1803e9232ec335d805cdb1a24b4ccc37bf0fa04a Mon Sep 17 00:00:00 2001 From: lea Date: Fri, 5 Apr 2024 14:50:57 -0700 Subject: [PATCH] chore(ci): get rid of cache buildroot (#1014) (#1078) Signed-off-by: madomado (cherry picked from commit 32363b1fecd9ac13d6a2046cb2858d2d4cb4ebe4) Co-authored-by: madomado --- .github/workflows/autobuild.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index a331a74455..2a708eec34 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@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