[libre-riscv-dev] [Bug 178] first coriolis2 tutorial, workflow and "test project" page

Immanuel, Yehowshua U yimmanuel3 at gatech.edu
Tue Mar 10 04:21:56 GMT 2020


Docker works really well usually and is repeatably deployable with CI etc etc.

We should really get a solid workflow going - a bad workflow can bring projects to a crashing halt down the line.

Also, I do dev from my Mac mostly, I can spin up Linux docker containers on Mac easily - chroot not so much…

What we usually go in the webbed world is you have your code in a repository, which you clone to your host machine. The Docker container then spins up and binds to the cloned repo, and can connect to ports on your host machine exposing services.

So you can run pyCharm over your git repo, and all the tools sit inside the Docker container.

Yehowshua


More information about the libre-riscv-dev mailing list