Bistro is a flexible distributed scheduler, a high-performance framework supporting multiple paradigms while retaining ease of configuration, management, and monitoring.
Summary:
Adds an environment variable to getdeps to provide hg info to avoid calling hg directly.
When using getdeps inside a containerized environment (which we need to build Research Super Cluster tooling with the correct linker attributes), getdeps fails because of unregistered mercurial extensions in the hgrc.
This allows getdeps to be useable in an environment where the mercurial extensions used in a project aren't installed/available.
Summary: Adds an environment variable to getdeps to provide
hg
info to avoid callinghg
directly.When using
getdeps
inside a containerized environment (which we need to build Research Super Cluster tooling with the correct linker attributes),getdeps
fails because of unregistered mercurial extensions in thehgrc
.This allows
getdeps
to be useable in an environment where the mercurial extensions used in a project aren't installed/available.Reviewed By: vivekspai
Differential Revision: D34732506