mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-12 01:20:45 +02:00
build clients
This commit is contained in:
@@ -36,6 +36,25 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
|
||||
- name: Build SeaweedFS Java dependencies
|
||||
run: |
|
||||
echo "Building Java client (required by HDFS clients)..."
|
||||
cd other/java/client
|
||||
mvn clean install -DskipTests -Dgpg.skip=true
|
||||
echo "✓ Java client built and installed to local Maven repo"
|
||||
cd ../../..
|
||||
|
||||
echo "Building HDFS2 client (depends on Java client)..."
|
||||
cd other/java/hdfs2
|
||||
mvn clean install -DskipTests -Dgpg.skip=true
|
||||
echo "✓ HDFS2 client built"
|
||||
cd ../../..
|
||||
|
||||
echo "Building HDFS3 client (depends on Java client)..."
|
||||
cd other/java/hdfs3
|
||||
mvn clean install -DskipTests -Dgpg.skip=true
|
||||
echo "✓ HDFS3 client built"
|
||||
|
||||
- name: Start SeaweedFS services
|
||||
working-directory: test/java/spark
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user