Closed mlajx closed 6 months ago
Hi @mlajx, it's not related to Argos, we just use the latest sharp library so I think you should give a look on sharp repository.
Hey @gregberge, I discovered the cause of the issue, it's an incompatibility with the OS versions. Our node image runs on Alpine, the official Cypress image runs on Debian. Probably yarn
is installing the dependencies and caching based on OS, and when we try to run in another Linux OS it fails. I'll close this bug report because it's unrelated to Argos-CI and Sharp.
By the way, I tried to enter your discord group from the header link on your site, but the invitation link expired 😢 .
Hi @mlajx, you will find here the link for Discord: https://argos-ci.com/discord
Bug description
On my local, I get the following error after taking the screenshot with Argos 2.0.1:
On CI, I'm getting the following error after taking the screenshot with Argos 2.0.1:
Correct behavior expected
The sharp library should not fail.
Wrong behavior observed
The sharp library failed to be loaded apparently because of the OS, however, everything looks fine, we are using the official Cypress image and I tried with the official Node Image either.
Reproduce
I'm not sure, but I have assumptions this is related to the incompatibility with Cypress or Node docker images
Setup
OS: MacOS M2 Pro Docker Desktop Version: 4.29.0 Cypress Official Image: 13.8.1 Argos Version: 2.0.1 Yarn Version: 4.1.1 Node Version: v20.12.2
On CI everything is the same, except the OS, we are using CircleCI and the OS is
ubuntu-2204:2024.01.1