Kay Hayen

Results 1287 comments of Kay Hayen

I am seeing this one pretty often now: > clcache.__main__.CacheLockException: Failed to acquire lock Local\/c/Users/kayha-clcache-manifests-58 after 10000ms; try setting CLCACHE_OBJECT_CACHE_TIMEOUT_MS environment variable to a larger value. Actually I had single...

@frerich I have a suspect that the clcache default folder that I use lives outside of what my Buildbot worker uses, and that Windows Defender is causing the timeouts. I...

For example, using a different exit code, that I could provide via environment variable, that would be used in case of cache not used, but successful, that would be easy...

There are multiple compilations going on at any time. So stats do not cut it. That is how I do a manual test, while I make sure nothing else is...

Note: Can can leave out the `__main__.py` as you can with Python, and it will produce a `borg` binary.

Regarding the `__file__` attribute, there have been improvements in this area, I am almost sure, that opcode will have it on the develop branch, this has been added a couple...

Regarding your question, single-file is for acceleration only.

And don't use `--full-compat` as it makes worse binaries (e.g. compatibly wrong line numbers), uses more compile time memory, and all the while solves no real problems. I am making...

Do not use --full-compat, it's not for end users really. Also you might have a case where `--python-flag=-m` is intended for.

It's s rather strange difference, you can execute a program like `python -m package_name` and like `python package_name`, in one case, the `__main__` will have a package and relative imports...