Lukas

Results 17 comments of Lukas

My colleagues just informed me that one can expect a globally available `tar` executable on any reasonable recent Windows machine. So feel free to close.

https://github.com/benfred/py-spy/blob/master/README.md#record provides different formats.

https://github.com/bazelbuild/rules_nodejs/blob/d2f9c4137543c3ed8477ca3aa73b2aa0fcbd7fe9/nodejs/private/yarn_versions.bzl while that comment still refers to an open issue, the list of supported yarn versions could be extended now. But that could require modifications of the download functions, as...

`py_runtime(stub_shebang="#!/usr/bin/env -S /bin/bash -c '$0.runfiles/ $0 \"$@\"'")` worked for us.

I did 2) as an ugly hack in https://github.com/axivion/rules_python/commit/961c0cff13897ab88e4cc714e2f9f224818acc41 which works for us. I am happy to work on cleaning it up and upstreaming it if that is an acceptable...

In theory maybe, in our use-case unfortunately not. But apart from our use-case the approach shown in your link always requires a custom repository rule that does the platform detection...

https://github.com/google/googletest/pull/3807#issuecomment-1117642798 this can be closed?