From c499f460cd68d505338d9c081863418a413d1c0f Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 25 Jul 2024 17:40:18 +0200 Subject: Use RemoteContext in serve services Also switch to using the fields from RemoteContext instances instead of those from ApiBundle. --- src/buildtool/main/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/main/main.cpp') diff --git a/src/buildtool/main/main.cpp b/src/buildtool/main/main.cpp index 10fde879..7ea42821 100644 --- a/src/buildtool/main/main.cpp +++ b/src/buildtool/main/main.cpp @@ -901,6 +901,7 @@ auto main(int argc, char* argv[]) -> int { return serve_server->Run(*serve_config, &local_context, + &remote_context, serve, serve_apis, op_exponent, -- cgit v1.2.3