You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/07/25 13:36:19 UTC

[GitHub] [calcite] vlsi opened a new pull request #2081: [CALCITE-4140] Add Gradle Remote Build Cache configuration

vlsi opened a new pull request #2081:
URL: https://github.com/apache/calcite/pull/2081


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [calcite] danny0405 commented on a change in pull request #2081: [CALCITE-4140] Add Gradle Remote Build Cache configuration

Posted by GitBox <gi...@apache.org>.
danny0405 commented on a change in pull request #2081:
URL: https://github.com/apache/calcite/pull/2081#discussion_r460611418



##########
File path: .github/workflows/buildcache.yml
##########
@@ -0,0 +1,35 @@
+name: Seed build cache
+
+on:
+  push:
+    branches:
+      - '*'
+
+jobs:
+  ubuntu-code-style:
+    strategy:
+      matrix:
+        os: [ubuntu, macos, windows]
+        jdk: [8, 11, 14]

Review comment:
       There are three os there, why the name is still `ubuntu-code-style` ?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [calcite] vlsi closed pull request #2081: [CALCITE-4140] Add Gradle Remote Build Cache configuration

Posted by GitBox <gi...@apache.org>.
vlsi closed pull request #2081:
URL: https://github.com/apache/calcite/pull/2081


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org