tools

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

commit 426fc23ed78fc1dc72160395c28ea94f68ff6328
parent da9a634332f07e4d374a3979c0008269c8fc4efd
Author: mtmn <miro@haravara.org>
Date:   Mon, 13 Apr 2026 16:58:36 +0200

setup sccache


Former-commit-id: ddac1a0c5a94e13ad19ec3d78d1466c8226a73b6
Former-commit-id: d38b9345ffd9b04acdbb2338db5f3e786957b946
Former-commit-id: 5ed888dcbf54ead03cb1c4b799e1ce6012c67753
Diffstat:
M.bazelrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bazelrc b/.bazelrc @@ -18,7 +18,7 @@ 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 --action_env=HOME build --verbose_failures