Skip to content

Commit ac9775c

Browse files
rexhoffmanbors-libra
authored andcommitted
[xbuild] support sccache in xbuild/xbench/xtest.
Closes: diem#6212
1 parent 9921bdd commit ac9775c

17 files changed

+826
-213
lines changed

.cargo/config

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ xfmt = "run --package x --bin x -- fmt"
66
xfix = "run --package x --bin x -- fix"
77
xtest = "run --package x --bin x -- test"
88
xlint = "run --package x --bin x -- lint"
9+
xbuild = "run --package x --bin x -- build"

0 commit comments

Comments
 (0)