MCPcopy Create free account
hub / github.com/apache/impala / have_toolchain

Function have_toolchain

infra/python/bootstrap_virtualenv.py:246–248  ·  view source on GitHub ↗

Return true if the Impala toolchain is available

()

Source from the content-addressed store, hash-verified

244
245
246def have_toolchain():
247 '''Return true if the Impala toolchain is available'''
248 return "IMPALA_TOOLCHAIN_PACKAGES_HOME" in os.environ
249
250
251def toolchain_pkg_dir(pkg_name):

Callers 1

select_ccFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected