Skip to content
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

p10ebmc_defconfig fails to build due to everest-xml #4627

Open
shenki opened this issue Mar 25, 2022 · 0 comments
Open

p10ebmc_defconfig fails to build due to everest-xml #4627

shenki opened this issue Mar 25, 2022 · 0 comments

Comments

@shenki
Copy link
Member

shenki commented Mar 25, 2022

$ git clone git@github.com:open-power/everest-xml.git
Cloning into 'everest-xml'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

If a build machine does not have a ssh key set up to log in to github, the build will fail (even though this repo is public).

We should be using https:// to access github, per https://github.blog/2021-09-01-improving-git-protocol-security-github/

shenki added a commit to shenki/op-build that referenced this issue Mar 25, 2022
Use buildroot's _SITE variable to construct the repository path, so we
get https://github.com URLs.

Fixes open-power#4627.
Signed-off-by: Joel Stanley <joel@jms.id.au>
shenki added a commit to shenki/op-build that referenced this issue Mar 25, 2022
Remove the CUSTOM_GIT variables so we fall back to the default github
path. This in turn uses the _SITE variable to construct the repository
path, so we get https://github.com URLs.

Fixes open-power#4627.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant