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

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Tue Mar 10 04:22:48 GMT 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=178

Yehowshua <yimmanuel3 at gatech.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yimmanuel3 at gatech.edu

--- Comment #188 from Yehowshua <yimmanuel3 at gatech.edu> ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list