Skip to content

Commit 2ed98bd

Browse files
committed
never try to build locally
1 parent b4c98d2 commit 2ed98bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/remote.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ static bool
737737
maybe_build_local(MsgChannel *local_daemon, UseCSMsg *usecs, CompileJob &job,
738738
int &ret)
739739
{
740+
return false;
740741
remote_daemon = usecs->hostname;
741742

742743
if (usecs->hostname == "127.0.0.1") {

0 commit comments

Comments
 (0)