Fredrik Medley

Results 29 comments of Fredrik Medley

What I do is ``` touch test.sh chmod +x test.sh echo 'sh_test( name = "test", size = "small", srcs = ["test.sh"], timeout = "moderate", # The test runs quickly on...

If there are no extra arguments needed, an aspect on top of the `proto_library` should be able to define the generating rules for each language. The problem comes when certain...

> > If there are no extra arguments needed, an aspect on top of the proto_library should be able to define the generating rules for each language. The problem comes...

Should the [standardised](https://github.com/bazelbuild/remote-apis/blob/master/build/bazel/remote/execution/v2/platform.md) platform keys be extended by some from the [The Remote Workers API](https://docs.google.com/document/d/1s_AzRRD2mdyktKUj2HWBn99rMg_3tcPvdjx3MPbFidU/edit#heading=h.jrd3yj9rvbgq) design document? I think that some keys are reasonably common and would be sensible to...

From my perspective, this request can be closed. My (unrelated) question was answered by @ola-rozenfeld.

This looks very related to #21805, where I suggest the `--run_under` target should be built for the host platform.

I wrote an initial [design proposal](https://github.com/bazelbuild/bazel/discussions/19633) last year about this. There have been other things to work on for me so I have not pursued it any further.

The file system is used inside a containerized environment (but is not necessary to be containerized. I'm able to write anywhere there and there is no other processes running there....

That sounds like a good solution. I'll look at it after lunch.