Closed Turbo87 closed 3 years ago
https://github.com/rust-lang/crates.io/pull/3709 can be used for reproduction
Same here.
It seems is rawVendorTree
is undefined here.
And indeed, looking at the addon in node_modules
, there is no /vendor
folder, although it exists in the repo:
PR: #1049
Closed by #1049 and #1050
Trying to figure out why CI was happy when I merged the original change, I think its because we have a vendor/.gitkeep
file but those aren't published.
Created https://github.com/emberjs/ember-test-helpers/pull/1051 to replicate that failure, just to prove that is the root cause.
OK, that confirmed it. Removing the vendor/.gitkeep
causes the same failure that we saw "in reality".
Also seeing this error. However, it is a bit general across a few projects. ember-string, ember-test-helpers and ember-legacy-built-in-components.
https://github.com/emberjs/ember.js/runs/4201740552?check_suite_focus=true
Actually for some reason I just had to include the download artifact. š¤·
After upgrading from 2.2.6 to 2.2.7 we see the following build failure (regular build, no embroider):
/cc @rwjblue @stefanpenner