build-image icon indicating copy to clipboard operation
build-image copied to clipboard

Document Rust support and move out of alpha

Open vbrown608 opened this issue 4 years ago • 6 comments

Today we added rustup to our default build image (https://github.com/netlify/build-image/pull/477). Once we see that it's working well, we should promote the change.

vbrown608 avatar Dec 09 '20 01:12 vbrown608

Hi @vbrown608, there is a documentation or some example available? I'm a kind of novice with Rust and i'd like to try some little Rust project with Netlify.

kalwalt avatar Dec 25 '20 10:12 kalwalt

i see these as things to fix before GA:

  • https://github.com/netlify/build-image/issues/508
  • https://github.com/netlify/build-image/issues/505

apart from these it's working fine for our team internally

mraerino avatar Jan 12 '21 18:01 mraerino

I opened a PR to address both: https://github.com/netlify/build-image/pull/521

calavera avatar Jan 12 '21 18:01 calavera

Hi @vbrown608, there is a documentation or some example available? I'm a kind of novice with Rust and i'd like to try some little Rust project with Netlify.

@kalwalt We've added basic documentation for how to set up Rust with Netlify. You can find it it our technical docs under Manage dependencies.

rstavchansky avatar Jan 15 '21 15:01 rstavchansky

a user encountered a problem with the caching when installting a rust crate without a Cargo.toml: https://github.com/netlify/binrc/pull/29#issuecomment-761044840

mraerino avatar Jan 15 '21 18:01 mraerino

@rstavchansky thank you very much! This is awesome!🙂👍🎉

kalwalt avatar Jan 15 '21 22:01 kalwalt