From dbf6c74f8fe6d7c6ab0e2af6dd4009957c7ae4a6 Mon Sep 17 00:00:00 2001 From: Saran Tunyasuvunakool Date: Tue, 24 May 2022 07:46:16 -0700 Subject: [PATCH] Add a comment to build.yml to clarify that it's not "official". PiperOrigin-RevId: 450679854 Change-Id: I0a71c02c61b6ee8969b47590ad87f1dc5fdf145b --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e93b0ea4..0be1ff6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,3 +1,8 @@ +# This configuration is used to build and test on GitHub Actions only. +# It is not the same configuration that is used by DeepMind to create release binaries. +# The "official" binaries are built with LLVM/Clang on all platforms, and are linked against libc++ +# on Linux. + name: build on: