diff options
author | Hanoh Haim <hhaim@cisco.com> | 2015-08-23 15:43:38 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2015-08-23 15:43:38 +0300 |
commit | 3bfe53394f43a37ce02b09c6420751027c602047 (patch) | |
tree | 0113464b8f15efd00170d07e35c399ec41dd5def | |
parent | 449198c97d2794b44b461093265637522b7a64b4 (diff) |
remove mock for now
-rwxr-xr-x | linux/ws_main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py index 674b0dc2..6a8967bf 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -349,9 +349,9 @@ build_types = [ build_option(name = "bp-sim", src = bp, debug_mode= DEBUG_, platform = PLATFORM_32, is_pie = False), build_option(name = "bp-sim", src = bp, debug_mode= DEBUG_, platform = PLATFORM_64, is_pie = False), 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 = "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), ] |