mirror of
https://github.com/apache/impala.git
synced 2026-01-10 00:00:16 -05:00
Make bootstrap_toolchain.py fall back to checking the existence of directories if the platform is not supported. This is the desired behaviour if a custom toolchain build is used: we want to be sure the packages exist and report an error otherwise, but we don't want to fail the build. Change-Id: I1232653f2fc3e889aa8bdf436035ab6eb0c17411 Reviewed-on: http://gerrit.cloudera.org:8080/2251 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Internal Jenkins