Closed paketo-bot closed 3 months ago
@mhdawson it's failing to download yarn from deps.paketo.io. Our options are to release a buildpack that only has one version of Yarn in the interim (1.22.22) or do nothing and wait for our bucket to hopefully get fixed
@sophiewigmore, we had spoken to the yarn maintainer about getting that fixed and I'm ok with it just supporting a single one for now, but what I wanted to understand is the failures in the integration tests.
Will those continue to fail or is it a bootstrap like issue where after your PR lands the tests will pass again?
The test is failing because it can't access 1.22.19 from deps.paketo.io. If we remove that version from the buildpack.toml the tests will work
@mhdawson ^
Just confused because I thought that is what your PR is doing, but the tests still fail. Maybe the tests are not using the latest. I'll merge and we can always back out if the tests don't test afterwards
ah I see you removed one but not both, can you remove one that is failing as well?
@mhdawson yes! just wanted to make sure you're OK with shipping a buildpack with just one version first!
@sophiewigmore I think given that people are completely broken otherwise, and that it sounds like that might not be fixed in the short term its likely the best of sub-optimal choices.
@mhdawson I've done one better - we switched to a new bucket a while ago for dependencies that are compiled (artifacts.paketo.io) which is still working. I just took the Yarn dependency for 1.22.19 and uploaded it there, and then updated the URI.
Now we don't have to remove it from the buildpack.toml and it's available for download!
thank you @sophiewigmore @mhdawson 🙌
616