Skip to content

Commit 40ce78f

Browse files
jnthntatumcopybara-github
authored andcommitted
Add policy conformance test to macos post submit
Bump bazel deps. PiperOrigin-RevId: 944133304
1 parent 469628f commit 40ce78f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/macos_bazel_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
# TODO(b/506179116): <filesystem> is not supported on all target versions in xcode, so not
2525
# running policy conformance.
2626
run: |
27-
bazelisk test --copt=-Wno-deprecated-declarations --copt=-Wno-nullability-completeness conformance:all
27+
bazelisk test --copt=-Wno-deprecated-declarations --copt=-Wno-nullability-completeness conformance:all conformance/policy:all

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_cc",
20-
version = "0.2.14",
20+
version = "0.2.18",
2121
)
2222
bazel_dep(
2323
name = "rules_java",
24-
version = "8.6.1",
24+
version = "8.14.0",
2525
)
2626
bazel_dep(
2727
name = "rules_proto",
@@ -69,7 +69,7 @@ bazel_dep(
6969
)
7070
bazel_dep(
7171
name = "platforms",
72-
version = "1.0.0",
72+
version = "1.1.0",
7373
)
7474
bazel_dep(
7575
name = "antlr4-cpp-runtime",

0 commit comments

Comments
 (0)