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 2b72178ec5d HDDS-15414. Cache some Java 8 dependencies (#10383)
2b72178ec5d is described below
commit 2b72178ec5d0f79d63e483ceeca22a02278c1e54
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri May 29 12:37:56 2026 +0200
HDDS-15414. Cache some Java 8 dependencies (#10383)
---
.github/workflows/populate-cache.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.github/workflows/populate-cache.yml
b/.github/workflows/populate-cache.yml
index 1081311b1fa..0830b7c58de 100644
--- a/.github/workflows/populate-cache.yml
+++ b/.github/workflows/populate-cache.yml
@@ -88,6 +88,17 @@ jobs:
if: steps.restore-cache.outputs.cache-hit != 'true'
run: mvn $BUILD_ARGS $MAVEN_ARGS --no-transfer-progress --show-version
-Pgo-offline clean verify
+ - name: Setup Java 8
+ if: steps.restore-cache.outputs.cache-hit != 'true'
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
+ with:
+ distribution: 'temurin'
+ java-version: 8
+
+ - name: Fetch dependencies for Java 8
+ if: steps.restore-cache.outputs.cache-hit != 'true'
+ run: mvn $MAVEN_ARGS --no-transfer-progress --show-version
-Pgo-offline -DskipRecon -DskipShade test-compile
+
- name: Delete Ozone jars from repo
if: steps.restore-cache.outputs.cache-hit != 'true'
run: rm -fr ~/.m2/repository/org/apache/ozone
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]