Corbin McNeely-Smith

Results 40 comments of Corbin McNeely-Smith

Will bump version and see if that fixes.

No longer failing: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2657

Apologies! I missed this pr. @jongerrish Have a gander?

Apologies for the delay. Quick question: how often is the toolchain args used vs. rule args?

Open issue in the bazel repo to set this up for us.

We need to sort out pulling artifacts from BuildKite to make "nightly" (TBH, there aren't enough PRs to be truly nightly) work. Mostly because I'd rather avoid running out Github...

Repro for https://github.com/bazelbuild/rules_kotlin/issues/638

I presume you are not running this from a release? The work around is to run: ``` bazelisk build //:rules_kotlin_release mkdir /tmp/rules_kotlin_release && tar -xvf bazel-bin/rules_kotlin_release.gz -C /tmp/rules_kotlin_release ``` And...