summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/build-slave11
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?