-
Notifications
You must be signed in to change notification settings - Fork 12k
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
[infra] Add git CLI to Linux container #82646
Comments
@llvm/issue-subscribers-infrastructure Author: Natalie Chouinard (sudonatalie)
Since #81349 the [SPIR-V Tests](https://github.com/llvm/llvm-project/actions/workflows/spirv-tests.yml) workflow has been failing with `/bin/sh: 1: git: not found`.
|
@tstellar Can you take a look at this or help point me to an appropriate config file? I can't seem to figure out where packages would be managed for the container. |
@sudonatalie The dockerfile for the container is here: https://github.com/llvm/llvm-project/blob/main/.github/workflows/containers/github-action-ci/stage2.Dockerfile But why is the SPIR-V build trying to clone and build code from another repo? Is that used for testing? |
@tstellar Yes, it's a test-only dependency on an external tool that does some additional validation of test output. It's off by default but we've enabled it on the bots because it can catch certain classes of regressions that are otherwise difficult to identify. |
I remember adding |
Since #81349 the SPIR-V Tests workflow has been failing with
/bin/sh: 1: git: not found
.The text was updated successfully, but these errors were encountered: