]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/buildall.bash
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / buildall.bash
index 4e9b15bf4bf8109f2a8d40025fdbeda647100de1..3b8f6ee6f50ca8e86c91be0e32e35e7ba53b3f55 100755 (executable)
@@ -6,8 +6,12 @@
 # Usage: buildall.bash [-e] [pattern]
 #
 # buildall.bash builds the standard library for all Go-supported
-# architectures. It is used by the "misc-compile" trybot builders,
-# as a smoke test to quickly flag portability issues.
+# architectures.
+#
+# Originally the Go build system used it as a smoke test to quickly
+# flag portability issues in builders named "misc-compile" or "all-compile".
+# As of CL 464955, the build system uses make.bash -compile-only instead,
+# so this script no longer runs in any automated fashion.
 #
 # Options:
 #   -e: stop at first failure