-
- Downloads
FAB-12907 - windows build fails because of SIGUSR1
SIGUSR1 is not available in windows, added build tags
to build code for windows that does not use that
signal.
Change-Id: I57009c6c23c2bbe4f6bc39698d5fd75b8719faeb
Signed-off-by:
Saad Karim <skarim@us.ibm.com>
Showing
- orderer/common/server/main.go 2 additions, 4 deletionsorderer/common/server/main.go
- orderer/common/server/signals.go 21 additions, 0 deletionsorderer/common/server/signals.go
- orderer/common/server/signals_windows.go 17 additions, 0 deletionsorderer/common/server/signals_windows.go
- peer/node/signals.go 21 additions, 0 deletionspeer/node/signals.go
- peer/node/signals_windows.go 17 additions, 0 deletionspeer/node/signals_windows.go
- peer/node/start.go 2 additions, 4 deletionspeer/node/start.go
Loading
Please register or sign in to comment