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

[nodejs.vm] Relax git version to fix CI #1124

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

Ana06
Copy link
Member

@Ana06 Ana06 commented Aug 27, 2024

GitHub actions has upgraded to git 2.46, causing that the installation of git.install 2.45 fails in the CI.

Because of what seems to be a Chocolatey bug, the failure of git.install dependency does not make the packages git or nodejs.vm to fail, causing unresolved package dependency constraints in Chocolatey. This makes any other package to fail to install after the installation of nodejs.vm.

The issue seem to cause a big amount of failure packages in our daily run, causing that it takes more than 12 hours hours to run.

Related: #1122

GitHub actions has upgraded to `git` 2.46, causing that the installation
of `git.install` 2.45 fails in the CI.

Because of what seems to be a Chocolatey bug, the failure of the
`git.install` dependency does not make the packages `git` or `nodejs.vm`
to fail, causing unresolved package dependency constraints in
Chocolatey. This makes any other package to fail to install after the
installation of `nodejs.vm`.

The issue seem to cause a big amount of failure packages in our daily
run, causing that it takes more than 12 hours hours to run.
@Ana06 Ana06 added 🐛 bug Something isn't working 🏃 CI Related to CI labels Aug 27, 2024
@Ana06 Ana06 requested a review from emtuls August 27, 2024 10:02
@Ana06 Ana06 self-assigned this Aug 27, 2024
@Ana06 Ana06 merged commit 8c7a249 into mandiant:main Aug 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🏃 CI Related to CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant