This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new ec348a7e48 HDDS-11889. Include Maven dependencies for 
hdds-rocks-native in cache (#7546)
ec348a7e48 is described below

commit ec348a7e489a29c90e3a84445733de69a24cbe21
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Dec 10 07:56:44 2024 +0100

    HDDS-11889. Include Maven dependencies for hdds-rocks-native in cache 
(#7546)
---
 .github/workflows/populate-cache.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/populate-cache.yml 
b/.github/workflows/populate-cache.yml
index 5ab9f63118..94f2ccfe52 100644
--- a/.github/workflows/populate-cache.yml
+++ b/.github/workflows/populate-cache.yml
@@ -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'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to