bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
182 stars 90 forks source link

Test an empty commit to see if CI is broken #90

Closed achew22 closed 3 years ago

achew22 commented 3 years ago

This is an empty commit to check to see if rules_cc is broken on master. There are no associated files, it is just running the tests that are already in rules_cc without modifications.

achew22 commented 3 years ago

@c-parsons I think there might be a problem with rules_cc. This commit has no files in it. Is there any chance I could have someone take a look at? This is blocking my ability to advance on https://github.com/bazelbuild/rules_cc/pull/87.

Thanks so much!

keith commented 3 years ago

Can you make sure this includes https://github.com/bazelbuild/rules_cc/commit/7bd0e49cfb2237086df89dca9e6ba7a5a5dfb36d

c-parsons commented 3 years ago

This is something for codeowners of this repository to look into. @oquenchil @c-mita @comius

achew22 commented 3 years ago

My other PR was actually already merged, or independently created in a byte for byte identical way (which is actually very possible because I used a code generator for it). Closing this since my problem is fixed.