zhanglistar commented on code in PR #12430:
URL: https://github.com/apache/gluten/pull/12430#discussion_r3662074372


##########
.github/workflows/flink.yml:
##########
@@ -59,36 +59,30 @@ env:
 jobs:
   flink-test:
     runs-on: ubuntu-22.04
-    container: apache/gluten:centos-8-jdk17
+    container: listar1111/velox-deps:ubuntu20
+    env:
+      CC: /usr/bin/gcc-11
+      CXX: /usr/bin/g++-11
+      JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
     steps:
       - uses: actions/checkout@v4
       - name: Restore ccache
         uses: actions/cache/restore@v4
         with:
           path: '${{ env.CCACHE_DIR }}'
-          key: ccache-flink-centos8
+          key: ccache-flink-ubuntu20
           restore-keys: |
-            ccache-flink-centos8
+            ccache-flink-ubuntu20

Review Comment:
   Yes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to