Skip to content

Commit

Permalink
cache RPM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 13, 2024
1 parent e84d4b0 commit e285dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
DISTRIBUTION: ${{ matrix.distro }}
RPM_ARCH: ${{ matrix.arch.rpm_arch }}
DOCKER_ARCH: ${{ matrix.arch.docker_arch }}
working-directory: packaging/rpm

- name: Test
run: ./test -p "$WORKSPACE" -d "output/$DISTRIBUTION" -c cache -x "$TEST_DISTRO_NAME" -a "$RPM_ARCH" -A "$DOCKER_ARCH" -j
Expand All @@ -76,6 +77,7 @@ jobs:
TEST_DISTRO_NAME: ${{ steps.determine_test_distro.outputs.name }}
RPM_ARCH: ${{ matrix.arch.rpm_arch }}
DOCKER_ARCH: ${{ matrix.arch.docker_arch }}
working-directory: packaging/rpm

- name: Update cache
run: ./dev/ci/update-cache-az-blob-storage
Expand Down

0 comments on commit e285dfd

Please sign in to comment.