Philipp Wollermann
Philipp Wollermann
Buildkite has an e-mail notification feature that you could use to get such notifications for pipelines you're interested in. For `rules_apple` (just as an example) this can be setup via:...
Oh no :D I can reproduce this, indeed. Thanks for filing the issue, I'll see how we can fix that (it probably requires some changes on our CI side, where...
This is a nice idea. I won't have time to work on it in the next weeks, but I generally think it would be cool to have. :)
Hi @jwnimmer-tri, thanks for creating this issue. I agree this looks useful. I'm on vacation until Nov 9, I'll follow afterwards.
`bazelisk version` already shows the Bazelisk version - does this help? ``` $ curl -LO https://github.com/bazelbuild/bazelisk/releases/download/v1.11.0/bazelisk-darwin-arm64 $ chmod +x bazelisk-darwin-arm64 $ ./bazelisk-darwin-arm64 version Bazelisk version: v1.11.0 Build label: 5.1.1 Build...
@UebelAndre I never used musl - what would you need? Just `apt install musl-dev` in the Ubuntu 20.04 container or something more elaborate? 😀
@UebelAndre I'm not very experienced with Alpine Linux yet. I just tried this: ``` $ docker run --rm -it alpine:3.14 # mkdir test && cd test && touch WORKSPACE BUILD...
I'll look into this when I do the next round of work on our CI. :) Things we have to find out: - [ ] How to run OpenBSD VMs...
@kevingessner Not yet, sorry :( But this is really important to me and I'll get to it as soon as I can, promised!
I talked with @alexeagle about this last week who wanted to help me out (thanks!!). Alex, do you already have a Dockerfile that I could try?