From: Dan Klein Date: Tue, 25 Aug 2015 07:11:39 +0000 (+0300) Subject: Fixed compilation by commenting Itay's rpc-server build X-Git-Tag: v1.76~18^2~1 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a628a35b10fbd38211c353f506a8c49c2cc3dd7e;p=trex.git Fixed compilation by commenting Itay's rpc-server build --- diff --git a/linux/ws_main.py b/linux/ws_main.py index f30a7be3..1f096788 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -351,7 +351,7 @@ build_types = [ build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_32, is_pie = False), build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_64, is_pie = False), - build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False), + # build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False), ]