-
Notifications
You must be signed in to change notification settings - Fork 290
wip: run presubmit CI in github actions #2694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
wip: run presubmit CI in github actions #2694
Conversation
@@ -28,6 +28,11 @@ bazel_dep( | |||
dev_dependency = True, | |||
repo_name = "com_google_protobuf", | |||
) | |||
bazel_dep( | |||
name = "buildifier_prebuilt", | |||
version = "7.1.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intentionally chose this version to keep us at buildifier 6.4.0. also chose not to put this in the WORKSPACE.
build failures are due to insufficient permissions for |
experimenting to potentially move off of bazelci, due to various challenges. this is a 1:1 representation of the presubmit.yml as-is, meaning buildifier hasn't been updated from 6.4.0, xcode is still 16.2, and pins for doc_tests are still in place. updating buildifier and moving the stardoc/doc_tests pins should be done in a separate PR, and potentially xcode 16.3 as well (this would also allow us to more easily test a matrix of xcodes, if desired).
cfffc9a
to
a87e1f5
Compare
experimenting to potentially move off of bazelci, due to various challenges. this is a 1:1 representation of the presubmit.yml as-is, meaning buildifier hasn't been updated from 6.4.0, xcode is still 16.2, and pins for doc_tests are still in place. it is not a 1:1 representation in terms of UX or behavior.
updating buildifier and moving the stardoc/doc_tests pins should be done in a separate PR, and potentially xcode 16.3 as well (this would also allow us to more easily test a matrix of xcodes, if desired).