ec icon indicating copy to clipboard operation
ec copied to clipboard

Add and use Make targets for deps/setup

Open crawfxrd opened this issue 2 years ago • 2 comments

Split the single deps.sh script into logically separate Make targets, including installing Rust in a separate script.

Note:

  • CI works because GitHub runners have a thousand things installed, GNU Make included
  • Submodules also aren't needed for CI as they are not used for building

crawfxrd avatar Aug 18 '23 20:08 crawfxrd

Are the CI checks from our github actions sufficient for testing CI functionality?

XV-02 avatar Aug 18 '23 21:08 XV-02

I'm just saying I'm not bothering to explicitly install make before using Make targets because GitHub runners are guaranteed to have it already.

crawfxrd avatar Aug 18 '23 22:08 crawfxrd