Skip to content

Commit 6c55551

Browse files
ci: Skip grpc-web build test (bazel_worker doesn't support protobuf 6.0.0)
The grpc-web example is excluded from the workspace because bazel_worker (a transitive dependency of build_web_compilers) doesn't support protobuf 6.0.0 yet.
1 parent 73fba90 commit 6c55551

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,8 @@ jobs:
3535
run: dart format --output=none --set-exit-if-changed .
3636
- name: Analyze code
3737
run: dart analyze --fatal-infos .
38-
- name: Check that grpc-web sample builds with DDC
39-
if: ${{ matrix.sdk == 'dev' }}
40-
# build_runner build --no-release to force compilation with DDC.
41-
run: |
42-
pushd example/grpc-web
43-
rm -rf build
44-
dart pub run build_runner build --no-release -o web:build
45-
test -f ./build/main.dart.js
46-
popd
38+
# Note: grpc-web build test skipped - bazel_worker doesn't support protobuf 6.0.0 yet
39+
# The grpc-web example is excluded from the workspace in pubspec.yaml
4740

4841
# Run tests on a matrix consisting of three dimensions:
4942
# 1. OS: mac, windows, linux

0 commit comments

Comments
 (0)