Skip to content

Commit

Permalink
HDDS-11889. Include Maven dependencies for hdds-rocks-native in cache (
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Dec 10, 2024
1 parent aa37ae8 commit ec348a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/populate-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Fetch dependencies
if: steps.restore-cache.outputs.cache-hit != 'true'
run: mvn --batch-mode --no-transfer-progress --show-version -Pgo-offline -Pdist clean verify
run: mvn --batch-mode --no-transfer-progress --show-version -Pgo-offline -Pdist -Drocks_tools_native clean verify

- name: Delete Ozone jars from repo
if: steps.restore-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit ec348a7

Please sign in to comment.