diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-24 21:39:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-24 21:39:51 +0200 |
commit | b1dc7de695bd9bc9affc49e77bcd726272047d67 (patch) | |
tree | 4f8cb063980e21d26812db74d9e5044a435dc064 /build2 | |
parent | 001b6d8254de96994dc84aee1e0148fad90f45e9 (diff) |
Add idea: Build slave/distribute build
Diffstat (limited to 'build2')
-rw-r--r-- | build2/build-slave | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build2/build-slave b/build2/build-slave new file mode 100644 index 0000000..ee7a6b0 --- /dev/null +++ b/build2/build-slave @@ -0,0 +1,11 @@ +? Build slave/distribute build [idea] + +We could connect a more powerful machine to, say, a laptop that runs the same +toolchain and is used to compile preprocessed translation units. We could also +probably extend this to share a big iron among, say, a group of developers. + +Would be good to detect an incompatible toolchain (e.g., by sending and +comparing compiler checksum). + +Wonder if network latency will becomes an issue. Then could connect via +Thunderbolt 3? |