Enable GSSAPI in darwin release builds
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.7k
- Forks
- 4.8k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 53
Description
hack/build-go.sh cmd/oc -tags=gssapi produces an oc client capable of speaking Kerberos.
However, the release builds (defined in origin.spec and hack/build-cross.sh) run on Linux, and are not able to cross-compile to Darwin AND perform a cgo-enabled build.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with origin.spec and hack/build-cross.sh to understand how release builds target Darwin, using hack/build-go.sh cmd/oc -tags=gssapi as the working reference. Investigate the cgo limitation described in the issue and verify that the resulting Darwin release build produces an oc client capable of speaking Kerberos through GSSAPI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, linux, macos
- Domain
- build-system, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100