twoliter icon indicating copy to clipboard operation
twoliter copied to clipboard

eliminate cargo make as a host dependency

Open webern opened this issue 2 years ago • 0 comments

Description

With #14, twoliter make will be able to build bottlerocket so long as cargo make is available on the host. Eliminate this requirement.

Possibilities

  • Use cargo make as a library.
  • Embed cargo make as a binary in the tarball and install it
  • Port all Makefile.toml functionality to native Rust functions (this would be ideal, but may take some time)

Definition of Done

When using Twoliter to build a Bottlerocket image no longer requires cargo make on the host.

Prerequisite

  • [x] #14

webern avatar Sep 01 '23 17:09 webern