一笑
一笑
> the only thing missing to release this from my side is to adapt the types on the website Yeah, I’ll update the website after adding `importerAttributes`.
Hi Lukas, do you have any idea how to fix the failed tests? I added some log info for debugging and found that the AST of `rollup.config.ts` is incorrect. See...
I think I found the problem: the architecture `x86_64-apple-darwin` is actually arm64🤯.
I also found that other people have run into the same problem https://github.com/actions/runner-images/issues/9741. To fix this problem, I downgraded the macOS version to macOS 13.
> > I think I found the problem: the architecture x86_64-apple-darwin is actually arm64 > > Again? We had this problem once for the regular build and it was fixed...
> Most Macs today probably use an ARM architecture, and the x86 Macs are becoming less and less relevant, so we should definitely test ARM instead yes, indeed.
I guess it is a cache problem
It works now 🎉.
> But it works by downgrading the runner. Shouldn't we be able to make it work using the ARM build? we can use the ARM build, but we need to...
Oh, I get it! you are right! Thank you for your patient explanation! ❤️