BucketTemplate icon indicating copy to clipboard operation
BucketTemplate copied to clipboard

.vscode\settings.json is being tested against manifest

Open notPlancha opened this issue 1 year ago • 2 comments

For example:

https://github.com/ScoopInstaller/BucketTemplate/actions/runs/11254436177/job/31291843061 is failing, while the previous commit did not, even though ci.yml did not change. Not sure why or what should be done to fix it. This is reflected in every bucket created with this template afaik.

I'm not sure what changed honestly, scoop\test\bin\test.ps1 did not change the last 4 months

notPlancha avatar Nov 14 '24 15:11 notPlancha

Fix: rollback https://github.com/ScoopInstaller/Extras/blob/master/.github/workflows/ci.yml

SunsetMkt avatar Mar 07 '25 01:03 SunsetMkt

This problem is not caused by ci.yml; it originates in the script https://github.com/ScoopInstaller/Scoop/blob/master/test/Import‑Bucket‑Tests.ps1.

The issue is documented in https://github.com/ScoopInstaller/Scoop/issues/6394 and is expected to be fixed by https://github.com/ScoopInstaller/Scoop/pull/6395, which has not yet been merged.

A workaround—a patch applied in ci.yml—is also described in pull request https://github.com/ScoopInstaller/Scoop/pull/6395 The target commit hash was changed, so it should be updated from BinToss/ScoopInstaller.Scoop@93b9bae33a88ccde6590c4df3f589f47c58a527e to BinToss/ScoopInstaller.Scoop@d99ab06d1ddcc1cc9abbb2029a3902e03cf7a211

yak1ex avatar Oct 03 '25 19:10 yak1ex