CI: Disable remote caching of GoStdLib (#8111)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Preston Van Loon 2020-12-14 21:58:52 -08:00 committed by GitHub
parent 6a5589f99e
commit 72a92fe708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,3 +237,6 @@ build:remote --remote_timeout=3600
build:remote --experimental_remote_download_outputs=toplevel --experimental_inmemory_jdeps_files --experimental_inmemory_dotd_files
build:remote --remote_local_fallback
# Ignore GoStdLib with remote caching
build --modify_execution_info='GoStdlib.*=+no-remote-cache'