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)