aiuto

Results 82 issues of aiuto

f130d7c388e6beeb77309ba4e421c8f783b91739 added an internal build dependency on that, which would mean you are not always testing with the bazel you expect.

It would save debugging time if I could do something like `bazelisk bazeliskversion` to print the version (and build date) of bazelisk I am using. That makes it easy to...

This is a strange and undocumented feature. It means you can't easily split sections of the yaml up by logical grouping. Instead, it expects sections to be by file system...

Thank you for your interest in adding your project to Bazel CI. At the moment we're operating at capacity and cannot add new projects except for rules and projects maintained...

new-project

TL;DR: Allow variable substitution in task `name` so that something like this works: ``` common: &common name: "{bazel}_{platform}" lts: &lts bazel: latest rolling: &rolling bazel: rolling ubuntu: &ubuntu platform: ubuntu1804

FR

While preparing Bazel 3.5 I encountered this problem - we flipped the default for a flag and removed it within the same release cycle. --experimental_allow_incremental_repository_updates - this caused rules_typescript to...

This is a backwards compatible approach. It is so ugly it is delicious. We start with a fallback license_lookup, implemented in rules_jvm_external. If you do nothing else you get that,...

wip

@danielmachlab This is proof of concept of the license lookup indirection. I am not happy that we can't get a fallback repository. But, it could be done in setup, with...

wip

.bazelversion pins to 4.21 WORKSPACE pins to bazel-toolchains-4.1.0 ci selects 4.2.2 or 5.0.0 or latest. If you download from head and do `bazel test tests/...` you get warnings about bazel...