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

[v14] Fix git installation path on CentOS 7 docker image #33132

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

jakule
Copy link
Contributor

@jakule jakule commented Oct 8, 2023

Backport #32714 to branch/v14

When checking GHA logs of OS Compatibility build, I notice info log
```
The repository will be downloaded using the GitHub REST API
To create a local Git repository instead, add Git 2.18 or higher to the PATH
```
suggesting that our self-compiled git is not being used. For some reason out git binary was installed in /usr/local/usr/local/bin/git. I removed the additional /usr/local prefix to install the binary in the correct directory. I also updated git to the latest version.
@zmb3 zmb3 enabled auto-merge October 26, 2023 16:16
@zmb3 zmb3 added this pull request to the merge queue Oct 26, 2023
Merged via the queue into branch/v14 with commit a530389 Oct 26, 2023
@zmb3 zmb3 deleted the bot/backport-32714-branch/v14 branch October 26, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants