|
48 | 48 | # This runs all commands within the compiler/ directory |
49 | 49 | working-directory: ./compiler |
50 | 50 | run: | |
51 | | - bazel build //src:protoc-gen-rust-grpc |
| 51 | + bazel build //src:protoc-gen-rust-grpc --enable_platform_specific_config |
52 | 52 |
|
53 | 53 | # Add the output directory to the GitHub PATH for subsequent steps |
54 | 54 | echo "$(pwd)/bazel-bin/src" >> $GITHUB_PATH |
|
89 | 89 | # This runs all commands within the compiler/ directory |
90 | 90 | working-directory: ./compiler |
91 | 91 | run: | |
92 | | - bazel build //src:protoc-gen-rust-grpc |
| 92 | + bazel build //src:protoc-gen-rust-grpc --enable_platform_specific_config |
93 | 93 |
|
94 | 94 | # Add the output directory to the GitHub PATH for subsequent steps |
95 | 95 | echo "$(pwd)/bazel-bin/src" >> $GITHUB_PATH |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 | # This runs all commands within the compiler/ directory |
130 | 130 | working-directory: ./compiler |
131 | 131 | run: | |
132 | | - bazel build //src:protoc-gen-rust-grpc |
| 132 | + bazel build //src:protoc-gen-rust-grpc --enable_platform_specific_config |
133 | 133 |
|
134 | 134 | # Add the output directory to the GitHub PATH for subsequent steps |
135 | 135 | echo "$(pwd)/bazel-bin/src" >> $GITHUB_PATH |
@@ -187,7 +187,7 @@ jobs: |
187 | 187 | # This runs all commands within the compiler/ directory |
188 | 188 | working-directory: ./compiler |
189 | 189 | run: | |
190 | | - bazel build //src:protoc-gen-rust-grpc |
| 190 | + bazel build //src:protoc-gen-rust-grpc --enable_platform_specific_config |
191 | 191 |
|
192 | 192 | # Add the output directory to the GitHub PATH for subsequent steps |
193 | 193 | echo "$(pwd)/bazel-bin/src" >> $GITHUB_PATH |
@@ -232,7 +232,7 @@ jobs: |
232 | 232 | # This runs all commands within the compiler/ directory |
233 | 233 | working-directory: ./compiler |
234 | 234 | run: | |
235 | | - bazel build //src:protoc-gen-rust-grpc |
| 235 | + bazel build //src:protoc-gen-rust-grpc --enable_platform_specific_config |
236 | 236 |
|
237 | 237 | # Add the output directory to the GitHub PATH for subsequent steps |
238 | 238 | echo "$(pwd)/bazel-bin/src" >> $GITHUB_PATH |
|
0 commit comments