From b1dc7de695bd9bc9affc49e77bcd726272047d67 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 24 Sep 2016 21:39:51 +0200 Subject: Add idea: Build slave/distribute build --- build2/build-slave | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build2/build-slave 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? -- cgit v1.1