Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Jan 22, 2025
1 parent 470db20 commit b86ac31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/internal/grpc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ local grpc_target_proc

local function start_grpc_target()
local ngx_pipe = require("ngx.pipe")
assert(make(CONSTANTS.GRPC_TARGET_SRC_PATH, {
--[[assert(make(CONSTANTS.GRPC_TARGET_SRC_PATH, {
{
cmd = "make clean && make all",
},
}))
}))]]
os.execute("which protoc")
assert(os.execute("make clean && make all"))
grpc_target_proc = assert(ngx_pipe.spawn({ CONSTANTS.GRPC_TARGET_SRC_PATH .. "/target" }, {
merge_stderr = true,
}))
Expand Down

0 comments on commit b86ac31

Please sign in to comment.