Commit Graph

4 Commits (09d8af797fa38d4c311fea7407017a3cccddacd4)

Author SHA1 Message Date
Dan Forbes 72c1548ec6 Fix Docker Compose 2020-11-23 15:15:57 -08:00
Alexander Theißen 5785c8d71d
Remove rust-toolchain file (#99)
Architecture specific toolchains are not allowed in this file.
We can assume that stable is the default toolchain and should not
dictate with which toolchain the user builds the client. Also this
breaks under macOS.

We are only interested with which toolchain the runtime is build.
For this we should set the WASM_BUILD_TOOLCHAIN variable.
2020-10-21 23:07:46 +02:00
Denis P 7f9c82907f
change (ci): new CI image 2020-06-10 16:31:53 +02:00
kaichao 1b8588241b
Use docker to setup a local dev chain (#41)
* use docker to setup a local dev chain.

* install docker link

* update command

* Update README.md

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>

* more commands to start or check a node.

* purge chain in docker

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
2020-05-15 12:27:30 +08:00