Chris Carpita

Results 7 comments of Chris Carpita

@abelsromero Out of curiosity is the following directory in your `$PATH` variable? -- `/usr/local/bin` -- We might have to prepend `$PATH` to some of the subshell calls in `setup.sh`

[redacted -1, misunderstood] Don't really agree that `~/.cache` is appropriate, as the binary file is necessary for the operation of the script and not really "cache". Note that you can...

Makes more sense now, sorry about the confusion. I agree with the sentiment to use `XDG_CACHE_HOME` to set the cache path for the package index, and would +1 such a...

I'm experiencing the same issue, and wondering what the best course of action is. Thanks!

Having a `- finally` section would be incredibly useful for us at ButterflyNetwork as well. As a workaround, we are considering having multiple passes of test results collection using `depends_on`...

With the `#file` macro changing its output in a [future release of Swift](https://forums.swift.org/t/accepted-se-0274-concise-magic-file-names/34115) (perhaps 5.4?), what's the plan to address storage paths? Having a standard ENV variable would at least...

Another vote for this feature! Build queues are insufficient on their own, because they essentially partition scarce resources. We would ideally allow our postmerge jobs to run on all agents...