Skip to content

Commit

Permalink
[docs] Update links to ccache website
Browse files Browse the repository at this point in the history
Change-Id: Ia1fb7d02c789a131565879f6d5fea6e7d9261666
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3422765
Auto-Submit: David Sanders <dsanders11@ucsbalum.com>
Reviewed-by: Andrew Williams <awillia@google.com>
Commit-Queue: Andrew Williams <awillia@google.com>
Cr-Commit-Position: refs/heads/main@{#964414}
  • Loading branch information
dsanders11 authored and Chromium LUCI CQ committed Jan 28, 2022
1 parent 9021e69 commit ddc9a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/linux/build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ See [related bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808181).

#### ccache

You can use [ccache](https://ccache.samba.org) to speed up local builds (again,
You can use [ccache](https://ccache.dev) to speed up local builds (again,
this is not useful if you're using Goma).

Increase your ccache hit rate by setting `CCACHE_BASEDIR` to a parent directory
Expand All @@ -199,7 +199,7 @@ that the working directories all have in common (e.g.,
`CCACHE_SLOPPINESS=include_file_mtime` (since if you are using multiple working
directories, header times in svn sync'ed portions of your trees will be
different - see
[the ccache troubleshooting section](http://ccache.samba.org/manual.html#_troubleshooting)
[the ccache troubleshooting section](https://ccache.dev/manual/latest.html#_troubleshooting)
for additional information). If you use symbolic links from your home directory
to get to the local physical disk directory where you keep those working
development directories, consider putting
Expand Down

0 comments on commit ddc9a7f

Please sign in to comment.