Skip to content

Commit

Permalink
chore(ci): get rid of cache buildroot (#1014) (#1078)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
(cherry picked from commit 32363b1)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
lleyton and madonuko authored Apr 5, 2024
1 parent 5b4014f commit 1803e92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1803e92

Please sign in to comment.