You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2021/10/05 14:14:00 UTC

[jira] [Created] (ARROW-14225) [C++] [CI] macOS failures on githubactions runs

Jonathan Keane created ARROW-14225:
--------------------------------------

             Summary: [C++] [CI] macOS failures on githubactions runs
                 Key: ARROW-14225
                 URL: https://issues.apache.org/jira/browse/ARROW-14225
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Continuous Integration
            Reporter: Jonathan Keane


Starting recently, we are getting filures on macos with c++ https://github.com/apache/arrow/actions/runs/1307843484

{code}
DocumentRoot is /usr/local/var/www.
320

321
The default ports have been set in /usr/local/etc/httpd/httpd.conf to 8080 and in
322
/usr/local/etc/httpd/extra/httpd-ssl.conf to 8443 so that httpd can run without sudo.
323

324
To start httpd:
325
  brew services start httpd
326
Or, if you don't want/need a background service you can just run:
327
  /usr/local/opt/httpd/bin/httpd -D FOREGROUND
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)