tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit da9a634332f07e4d374a3979c0008269c8fc4efd
parent 5d5c1bf870a89073a9689d39de3ce785f3534ae5
Author: mtmn <miro@haravara.org>
Date:   Mon, 13 Apr 2026 16:52:05 +0200

setup sccache


Former-commit-id: 9a360681fe6617d97601d3a9f51bdb24c948809e
Former-commit-id: 59f1032e5a0089ab3150c3fea436a586d1fac187
Former-commit-id: b2b029c9f09acb68150795f62a53f10398b07072
Diffstat:
M.bazelrc | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.bazelrc b/.bazelrc @@ -17,10 +17,11 @@ build --linkopt=-fuse-ld=lld build --copt=-march=native build --copt=-mtune=native +build --action_env=RUSTC_WRAPPER=/usr/sbin/sccache +build --action_env=SCCACHE_DIR=/home/miro/.cache/sccache + build --verbose_failures build --jobs=auto build --@rules_rust//rust/toolchain/channel=nightly - -build --remote_cache=https://bazel.saatana.cat