system76 / ec

System76 Open Source Embedded Controller
GNU General Public License v3.0
327 stars 72 forks source link

Add and use Make targets for deps/setup #402

Closed crawfxrd closed 3 months ago

crawfxrd commented 1 year ago

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

Note:

XV-02 commented 1 year ago

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

crawfxrd commented 1 year ago

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.