You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2022/06/25 21:39:00 UTC

[jira] [Created] (ARROW-16907) [C++][R][CI] homebrew-r-brew job always installs from apache/arrow master

Neal Richardson created ARROW-16907:
---------------------------------------

             Summary: [C++][R][CI] homebrew-r-brew job always installs from apache/arrow master
                 Key: ARROW-16907
                 URL: https://issues.apache.org/jira/browse/ARROW-16907
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Continuous Integration
            Reporter: Neal Richardson


On one run on ARROW-16510:

{code}
  brew install -v --HEAD apache-arrow
  # for testing
  brew install minio
  shell: /usr/local/bin/bash -e {0}
  env:
    ARROW_GLIB_FORMULA: ./arrow/dev/tasks/homebrew-formulae/apache-arrow-glib.rb
Warning: apache-arrow HEAD-65a6929 is already installed and up-to-date.
To reinstall HEAD, run:
  brew reinstall apache-arrow
{code}

But, 65a6929 is the SHA of apache/arrow@master, not the SHA of the commit being tested: https://github.com/ursacomputing/crossbow/runs/7055249700?check_suite_focus=true#step:3:17

I tried to force an uninstall and then a reinstall, but that errored differently: https://github.com/ursacomputing/crossbow/runs/7056474511?check_suite_focus=true#step:4:29

Note that the revision pinning logic does work correctly in the autobrew version of this.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)