mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: describe the cgo dependency
This commit is contained in:
8
contributing/cgo.md
Normal file
8
contributing/cgo.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# CGO
|
||||
|
||||
Nomad requires the use of CGO on Linux.
|
||||
|
||||
Issue [#5643](https://github.com/hashicorp/nomad/issues/5643) tracks the desire for Nomad to not require CGO.
|
||||
|
||||
One of the core features of Nomad (the exec driver) depends on [nsenter](https://pkg.go.dev/github.com/opencontainers/runc/libcontainer/nsenter).
|
||||
Until `nsenter` no longer requires CGO, the standalone Nomad executable on Linux will not be able to ship without depending on CGO.
|
||||
Reference in New Issue
Block a user