Uh oh!
There was an error while loading. Please reload this page.
lookup: add some AdonisJS dependencies - #1049
Conversation
mcollina
commented
Apr 11, 2024
if the above pass, we can land this PR. If not, you should fix the relative failures and/or limit the platforms that you are targeting. |
I have updated the lookup file to remove platforms we don't plan to work on. It also seems that |
mcollina
commented
Apr 15, 2024
I think you can skip osx11-x64. I'm not sure about debian12-x64. There might be some race condition in those tests. |
RomainLanz
commented
Apr 16, 2024
Could you please re-run the |
targos
commented
May 8, 2024
@RomainLanz There are a bunch of errors. |
RomainLanz
commented
May 8, 2024
I known. I haven't got time to see why we have tests timing out in some environments. Also, I am not sure why the latest run didn't take the latest release that remove the "debug" mode. |
targos
commented
May 8, 2024
Here's a quick run on github actions with the latest release: https://github.com/nodejs/citgm/actions/runs/9004501814 |
targos
commented
May 8, 2024
@RomainLanz You can run it locally with |
targos
commented
Dec 22, 2024
@RomainLanz Could you please rebase? I'd like to review the current state. |
Hey there! 👋🏻
This PR adds some packages required by the AdonisJS Framework to the Gold Mine to ensure that any new Node.js version does not break our code or that we can provide a fix beforehand.
Checklist
Hard Requirements
npm install && npm testor (yarn install && yarn testorpnpm install && pnpm test) using the tarball downloaded from the Github tag mentioned aboveSoft Requirements
At least one of:
--