Alan
Alan4w ago

Build v2 in Amazon Linux 2023

I've been trying to build Deno v2 for a couple days but I'm not clear on what the minimum expected versions are, and when I think I have the version constraints satisfied there appear to be errors in the dependencies every time
1 Reply
Alan
AlanOP4w ago
I would post a snippet of my Dockerfile but it appears that's blocked by the server permissions it looks like I need at least Rust 1.76 but one of the packages has an error because it's using an experimental feature, and every time I shift the Rust version up it just becomes a new set of errors blocking the build I have now tested every single Rust version from 1.76 to 1.81 with cargo clean (once with and without cargo update afterward) in the Deno directory each time and none of them build because of syntax errors in dependencies I noticed the actual Github release happened when I was asleep, but it only contains denort? okay so it looks like I need to run curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh -s -- -y "v${DENO_VERSION}"