Skip to content

Commit

Permalink
[xbuild] support sccache in xbuild/xbench/xtest.
Browse files Browse the repository at this point in the history
  • Loading branch information
rexhoffman authored and bors-libra committed Oct 23, 2020
1 parent 9921bdd commit ac9775c
Show file tree
Hide file tree
Showing 17 changed files with 826 additions and 213 deletions.
1 change: 1 addition & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ xfmt = "run --package x --bin x -- fmt"
xfix = "run --package x --bin x -- fix"
xtest = "run --package x --bin x -- test"
xlint = "run --package x --bin x -- lint"
xbuild = "run --package x --bin x -- build"
Loading

0 comments on commit ac9775c

Please sign in to comment.