diff options
Diffstat (limited to 'src/buildtool/main/install_cas.hpp')
-rw-r--r-- | src/buildtool/main/install_cas.hpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/buildtool/main/install_cas.hpp b/src/buildtool/main/install_cas.hpp index fe2742b7..3bfdde86 100644 --- a/src/buildtool/main/install_cas.hpp +++ b/src/buildtool/main/install_cas.hpp @@ -21,17 +21,16 @@ #include "src/buildtool/common/artifact.hpp" #include "src/buildtool/common/cli.hpp" #ifndef BOOTSTRAP_BUILD_TOOL -#include "src/buildtool/execution_api/common/execution_api.hpp" +#include "src/buildtool/execution_api/common/api_bundle.hpp" #endif [[nodiscard]] auto ObjectInfoFromLiberalString(std::string const& s) noexcept -> Artifact::ObjectInfo; #ifndef BOOTSTRAP_BUILD_TOOL -[[nodiscard]] auto FetchAndInstallArtifacts( - gsl::not_null<IExecutionApi*> const& api, - gsl::not_null<IExecutionApi*> const& alternative_api, - FetchArguments const& clargs) -> bool; +[[nodiscard]] auto FetchAndInstallArtifacts(ApiBundle const& apis, + FetchArguments const& clargs) + -> bool; #endif #endif // INCLUDED_SRC_BUILDTOOL_MAIN_INSTALL_CAS_HPP |