Skip to content

Commit

Permalink
fix(bazel): explicitly set ccache tmp to avoid /run
Browse files Browse the repository at this point in the history
  • Loading branch information
dotkrnl committed Jan 16, 2025
1 parent 5090a00 commit 485eabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/nuitka_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def _nuitka_binary_impl(ctx):
"LIBRARY_PATH": py_lib_dir,
"LD_LIBRARY_PATH": py_lib_dir,
"CC": ctx.executable._clang.path,
"CCACHE_TEMPDIR": "/tmp/.nuitka_cache/ccache_tmp",
}

# Define a custom action to run the Nuitka command.
Expand Down

0 comments on commit 485eabb

Please sign in to comment.