mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix missing instructions for building noop.so (#846)
This commit is contained in:
@@ -56,7 +56,7 @@ but the GRPC port is 9190.
|
|||||||
Grap the runner address and put in as value for the `FN_RUNNER_ADDRESSES` env variable.
|
Grap the runner address and put in as value for the `FN_RUNNER_ADDRESSES` env variable.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go build -o noop.so poolmanager/server/controlplane/plugin/noop.go
|
go build -buildmode=plugin -o noop.so poolmanager/server/controlplane/plugin/noop.go
|
||||||
go build -o fnnpm poolmanager/server/main.go
|
go build -o fnnpm poolmanager/server/main.go
|
||||||
|
|
||||||
FN_LOG_LEVEL=DEBUG \
|
FN_LOG_LEVEL=DEBUG \
|
||||||
|
|||||||
Reference in New Issue
Block a user