We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cee6def + 73be936 commit 0272cdaCopy full SHA for 0272cda
.github/workflows/test_upb.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
80
bazel-cache: "upb-bazel-windows"
81
- bazel: test --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 //upb/... //upb_generator/... //python/... //protos/... //protos_generator/...
+ bazel: test --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 //upb/... //upb_generator/... //protos/... //protos_generator/...
82
exclude-targets: -//python:conformance_test -//upb:def_builder_test
83
84
macos:
0 commit comments