Uploaded image for project: 'AI Platform Core Components'
  1. AI Platform Core Components
  2. AIPCC-2001

Ask wandb upstream to drop CGO_ENABLED=0

    • Icon: Story Story
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • Accelerator Enablement
    • None
    • AIPCC Accelerators 15

      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")

              emacchi@redhat.com Emilien Macchi
              cheimes@redhat.com Christian Heimes
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: