Skip to content

Commit

Permalink
never try to build locally
Browse files Browse the repository at this point in the history
  • Loading branch information
boogieeeee committed May 5, 2024
1 parent b4c98d2 commit 2ed98bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/remote.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ static bool
maybe_build_local(MsgChannel *local_daemon, UseCSMsg *usecs, CompileJob &job,
int &ret)
{
return false;
remote_daemon = usecs->hostname;

if (usecs->hostname == "127.0.0.1") {
Expand Down

0 comments on commit 2ed98bd

Please sign in to comment.