You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -326,8 +326,9 @@ The following examples are designed to give you an idea of some of the build com
326
326
# `--spawn_strategy=local`: build locally, instead of using a distributed build
327
327
# `--nouse_action_cache`: turn off build caching, which might prevent recompilation of source code
328
328
# `--noremote_accept_cached`, `--noremote_upload_local_results`: avoid using a remote cache
329
+
# `--disk_cache=`: avoid using a disk cache. Note that a disk cache is no longer considered a remote cache as of Bazel 6.
0 commit comments