| 9 Jan 2024 |
@julia:the-apothecary.club | * From googling, it looks like there's a CYPRESS_RUN_BINARY and CYPRESS_INSTALL_BINARY variable which allows you to set it to an existing path. (https://docs.cypress.io/guides/references/advanced-installation) | 01:13:47 |
@julia:the-apothecary.club | Yes, but it's disabled by default. | 01:13:52 |
samasaur | right but doesn't --sandbox enable it? so if it still builds with the sandbox, then that's not the issue? | 01:14:57 |
@julia:the-apothecary.club | ah. | 01:16:21 |
@julia:the-apothecary.club | In reply to @julia:the-apothecary.club From googling, it looks like there's a CYPRESS_RUN_BINARY and CYPRESS_INSTALL_BINARY variable which allows you to set it to an existing path. (https://docs.cypress.io/guides/references/advanced-installation) Yeah, you're right. I think this should still work though, cause the issue on Linux is trying to access the internet (which isn't possible in a sandbox). | 01:17:16 |