You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/03/14 07:42:54 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #34512: GH-34543: [CI] Self-hosted ARM workflows improvements

raulcd commented on code in PR #34512:
URL: https://github.com/apache/arrow/pull/34512#discussion_r1135111860


##########
.github/workflows/cpp.yml:
##########
@@ -55,22 +55,39 @@ env:
 jobs:
   docker:
     name: ${{ matrix.title }}
-    runs-on: ubuntu-latest
+    runs-on: ${{ matrix.runs-on }}
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
     timeout-minutes: 75
     strategy:
       fail-fast: false
       matrix:
-        image:
-          - conda-cpp
-          - ubuntu-cpp-sanitizer
         include:
-          - image: conda-cpp
+          - arch: amd64
+            clang_tools: "14"

Review Comment:
   sure, I've done it. Just so I know in the future, is there a reason for it I am not aware of?



-- 
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: github-unsubscribe@arrow.apache.org

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