File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,9 @@ demo-network: install-cni-bins $(FCNET_CONFIG)
281
281
# Firecracker submodule
282
282
# #########################
283
283
.PHONY : firecracker
284
- firecracker : $(FIRECRACKER_BIN )
284
+ firecracker :
285
+ docker build -t fcuvm/dev:v16_upf -f _submodules/firecracker/tools/devctr/Dockerfile.x86_64 _submodules/firecracker/
286
+ _submodules/firecracker/tools/devtool build --release
285
287
286
288
.PHONY : install-firecracker
287
289
install-firecracker : firecracker
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const (
34
34
// FirecrackerVSockName is the name of the Firecracker VSock unix path used for communication
35
35
// between the runtime and the agent
36
36
FirecrackerVSockName = "firecracker.vsock"
37
- // FirecrackerUPFSockName is the name of the Firecracker UPF socker
37
+ // FirecrackerUPFSockName is the name of the Firecracker UPF socket
38
38
FirecrackerUPFSockName = "firecracker.upfsock"
39
39
// FirecrackerLogFifoName is the name of the Firecracker VMM log FIFO
40
40
FirecrackerLogFifoName = "fc-logs.fifo"
You can’t perform that action at this time.
0 commit comments