-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
The "0002-0.19.10-disable-forced-CGO_ENABLED-0-for-FIPS.patch" patch is required because we want to build Go binaries with CGO_ENABLED=0 for FIPS compliance reasons. wandb hard-codes CGO_ENABLED=0 in https://github.com/wandb/wandb/blob/v0.20.1/core/hatch.py#L89 .
File a ticket / PR with upstream and suggest to either remove
env["CGO_ENABLED"] = "0"
or replace the line with
env.setdefault("CGO_ENABLED", "0")
- is related to
-
AIPCC-1587 wandb-core needs to be built with CGO_ENABLED=1
-
- Closed
-
- links to
- mentioned on