Closed Felixoid closed 2 years ago
Hello, thank you for the tool!
I'm trying adopting it in https://github.com/ClickHouse/ClickHouse/pull/42913, but we don't have a user in docker images, and the CTCACHE_DIR environment variable doesn't work
CTCACHE_DIR
(Pdb) is_cached(opts, digest) *** KeyError: 'getpwuid(): uid not found: 1000'
Here I try fixing it. As well as reduce the load in cache_dir by making it a property
cache_dir
Hello, thank you for the tool!
I'm trying adopting it in https://github.com/ClickHouse/ClickHouse/pull/42913, but we don't have a user in docker images, and the
CTCACHE_DIR
environment variable doesn't workHere I try fixing it. As well as reduce the load in
cache_dir
by making it a property