-
Notifications
You must be signed in to change notification settings - Fork 440
NO-JIRA: Fix oc builds on Mac OS X Apple Silicon machines
#2246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tchap
wants to merge
1
commit into
openshift:main
Choose a base branch
from
tchap:gssapi-build-macosx
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personal fork introduces supply chain risk.
Using
github.com/tchap/gssapi(a personal fork) instead of an official OpenShift-maintained fork creates a supply chain dependency on an individual's repository. While this may be acceptable as a temporary measure (as noted in PR comments pending merge of openshift/gssapi#4), ensure there's a plan to migrate to an official fork once the upstream changes are merged.Would you like me to open an issue to track the migration from the personal fork to the official fork after openshift/gssapi#4 is merged?
🤖 Prompt for AI Agents
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/oc
Length of output: 799
🌐 Web query:
tchap/gssapi github fork apple silicon💡 Result:
No GitHub repository named tchap/gssapi or a fork by tchap (tchapgouv organization) of any GSSAPI library was found. Tchapgouv (French government Tchap Matrix client org) has many repos like tchap-desktop, tchap-ios (Apple Silicon compatible as iOS app), tchap-web-v4, but none matching "gssapi". General GSSAPI projects support Apple Silicon: golang-auth/go-gssapi-c works on MacOS Apple Kerberos by default (no special fork needed), MacPorts gss builds on arm64, Apple provides GSS.framework. Older Tchap-related LinkedIn mentions (e.g., developers at TCHAP agency) exist but no repo link. If seeking GSSAPI for Tchap on Apple Silicon, use standard Go or C bindings as they natively support macOS ARM64.
Citations:
🏁 Script executed:
Repository: openshift/oc
Length of output: 106
🏁 Script executed:
Repository: openshift/oc
Length of output: 650
🏁 Script executed:
Repository: openshift/oc
Length of output: 5853
🏁 Script executed:
Repository: openshift/oc
Length of output: 663
🏁 Script executed:
Repository: openshift/oc
Length of output: 38
🏁 Script executed:
Repository: openshift/oc
Length of output: 519
🏁 Script executed:
Repository: openshift/oc
Length of output: 653
🏁 Script executed:
Repository: openshift/oc
Length of output: 76
🏁 Script executed:
Repository: openshift/oc
Length of output: 38
The referenced fork
github.com/tchap/gssapiis not publicly accessible on GitHub and will cause builds to fail.A web search confirms no public
tchap/gssapirepository exists under the Tchapgouv organization or any "tchap" user on GitHub. Whilego.sumcontains hash entries indicating the dependency was resolved previously, this fork cannot be publicly resolved now, which breaks reproducibility and prevents any build from successfully fetching dependencies without private access credentials.Before merging:
This creates a critical supply chain and reproducibility concern regardless of API compatibility between the forks.
🤖 Prompt for AI Agents