You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2019/11/15 17:11:00 UTC

[jira] [Created] (ARROW-7182) [CI][Crossbow] NIghtly fuzzit build broken in docker-compose refactor

Neal Richardson created ARROW-7182:
--------------------------------------

             Summary: [CI][Crossbow] NIghtly fuzzit build broken in docker-compose refactor
                 Key: ARROW-7182
                 URL: https://issues.apache.org/jira/browse/ARROW-7182
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration
            Reporter: Neal Richardson
             Fix For: 1.0.0


See https://circleci.com/gh/ursa-labs/crossbow/4959 for example. 

{code}
/arrow/ci/scripts/fuzzit_build.sh: line 26: pushd: /arrow/cpp/build/relwithdebinfo: No such file or directory
{code}

Scrolling up in the logs, it looks like the build dir is actually {{/build/cpp}}, so given that, we should {{pushd /build/cpp/relwithdebinfo}}.

cc [~kszucs]



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