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

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ed4a6eafb [FLINK] Add command to skip gpg in the build (#10289)
2ed4a6eafb is described below

commit 2ed4a6eafb30e44863648164e6f60e357a7b1316
Author: PHILO-HE <[email protected]>
AuthorDate: Thu Jul 31 16:40:05 2025 +0800

    [FLINK] Add command to skip gpg in the build (#10289)
---
 .github/workflows/flink.yml            |  2 +-
 gluten-flink/patches/fix-velox4j.patch | 32 --------------------------------
 2 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/.github/workflows/flink.yml b/.github/workflows/flink.yml
index 017568252b..bb75912ece 100644
--- a/.github/workflows/flink.yml
+++ b/.github/workflows/flink.yml
@@ -45,7 +45,7 @@ jobs:
           git clone -b gluten-0530 https://github.com/bigo-sg/velox4j.git
           cd velox4j && git reset --hard 
0eb9eef589692dbde953c36ecd2d8f9d3a34a59d
           git apply $GITHUB_WORKSPACE/gluten-flink/patches/fix-velox4j.patch
-          mvn clean install -DskipTests -Dspotless.skip=true
+          mvn clean install -DskipTests -Dgpg.skip -Dspotless.skip=true
           cd ..
           git clone https://github.com/nexmark/nexmark.git
           cd nexmark
diff --git a/gluten-flink/patches/fix-velox4j.patch 
b/gluten-flink/patches/fix-velox4j.patch
index e56a008ced..d6ba34ca0a 100644
--- a/gluten-flink/patches/fix-velox4j.patch
+++ b/gluten-flink/patches/fix-velox4j.patch
@@ -1,35 +1,3 @@
-diff --git a/pom.xml b/pom.xml
-index b266bce..54e53ac 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -209,27 +209,6 @@
-           <argLine>${surefire.add-opens.argLine}</argLine>
-         </configuration>
-       </plugin>
--      <plugin>
--        <groupId>org.apache.maven.plugins</groupId>
--        <artifactId>maven-gpg-plugin</artifactId>
--        <version>3.2.7</version>
--        <executions>
--          <execution>
--            <id>sign-artifacts</id>
--            <goals>
--              <goal>sign</goal>
--            </goals>
--            <phase>verify</phase>
--            <configuration>
--              <keyname>B63AD11C6D45C37BFD6379B248804000454F1974</keyname>
--              <gpgArguments>
--                <arg>--pinentry-mode</arg>
--                <arg>loopback</arg>
--              </gpgArguments>
--            </configuration>
--          </execution>
--        </executions>
--      </plugin>
-       <plugin>
-         <groupId>org.sonatype.central</groupId>
-         <artifactId>central-publishing-maven-plugin</artifactId>
 diff --git a/src/main/cpp/main/CMakeLists.txt 
b/src/main/cpp/main/CMakeLists.txt
 index ada06f8..7ed80bb 100644
 --- a/src/main/cpp/main/CMakeLists.txt


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

Reply via email to