Keith Smiley

Results 292 issues of Keith Smiley

Many rule sets have quite different behavior given difference in host architecture, it would be great if bazel CI provided some M1 mac instances so rules could verify they work...

rules_apple tests started failing without any changes there between this successful build https://buildkite.com/bazel/rules-apple-darwin/builds/4659 on 10/20 and this failing build https://buildkite.com/bazel/rules-apple-darwin/builds/4664 on 10/22 This type of test failure: ``` The test...

A few pipelines have `cancel_intermediate_builds` set, which cancels running jobs when new commits are pushed to existing branches. I think we should enable this for all pipelines to reduce CI...

https://buildkite.com/bazel/rules-apple-darwin/builds/5214#f932d707-3282-4e7e-8b7e-a66d89a3447c

When using last_green with bazelisk, you get an x86_64 bazel even if you're on an arm64 mac. Ideally it would be an arm64 build of bazel. Might be related to...

Sometimes downstream / main branch jobs go red on their daily crons, it would be useful if an issue was automatically filed in this case so it could be triaged...

Not sure which repo this belongs on, but it affects CI https://buildkite.com/bazel/rules-swift-swift/builds/2892#f81e439f-881f-4b1e-b0cb-733f6a85928d ``` % USE_BAZEL_VERSION=last_green bazelisk version 2021/10/26 14:05:23 Using unreleased version at commit c37bd0d027629bf0e3418208bb5ef9f6c4507f54 2021/10/26 14:05:23 Downloading https://storage.googleapis.com/bazel-builds/artifacts/macos/c37bd0d027629bf0e3418208bb5ef9f6c4507f54/bazel... 2021/10/26...

This failure https://buildkite.com/bazel/rules-foreign-cc/builds/3456#75a81178-883e-4acb-8548-de5300f827e5 has no artifacts and no output in the log because of the default limit

### General information * SDK/Library version: 5.4.1 * iOS Version and Device: 11.x * Integration type and version: Manual ### Issue description We're seeing this warning along side the GoogleMaps...

The official yaml project has this repo https://github.com/yaml/yaml-test-suite for libraries to test against. It would be awesome if yams ran against these tests to validate it fully conforms to the...