Add a comment to build.yml to clarify that it's not "official".

PiperOrigin-RevId: 450679854
Change-Id: I0a71c02c61b6ee8969b47590ad87f1dc5fdf145b
This commit is contained in:
Saran Tunyasuvunakool
2022-05-24 07:46:16 -07:00
committed by Copybara-Service
parent 20cc535ba6
commit dbf6c74f8f
+5
View File
@@ -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: