Skip to content

Commit acbbeea

Browse files
committed
drop grpc install in ci for tests
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent dc555f4 commit acbbeea

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -102,23 +102,6 @@ jobs:
102102
sudo cp -rfv sources/go-piper/piper-phonemize/pi/lib/. /usr/lib/
103103
env:
104104
CUDA_VERSION: 12-4
105-
- name: Cache grpc
106-
id: cache-grpc
107-
uses: actions/cache@v4
108-
with:
109-
path: grpc
110-
key: ${{ runner.os }}-grpc-${{ env.GRPC_VERSION }}
111-
- name: Build grpc
112-
if: steps.cache-grpc.outputs.cache-hit != 'true'
113-
run: |
114-
git clone --recurse-submodules -b ${{ env.GRPC_VERSION }} --depth 1 --jobs 5 --shallow-submodules https://github.com/grpc/grpc && \
115-
cd grpc && sed -i "216i\ TESTONLY" "third_party/abseil-cpp/absl/container/CMakeLists.txt" && mkdir -p cmake/build && cd cmake/build && \
116-
cmake -DgRPC_INSTALL=ON \
117-
-DgRPC_BUILD_TESTS=OFF \
118-
../.. && sudo make --jobs 5
119-
- name: Install gRPC
120-
run: |
121-
cd grpc && cd cmake/build && sudo make --jobs 5 install
122105
- name: Test
123106
run: |
124107
PATH="$PATH:/root/go/bin" GO_TAGS="tts" make --jobs 5 --output-sync=target backends/llama-cpp test

0 commit comments

Comments
 (0)