File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -102,23 +102,6 @@ jobs:
102
102
sudo cp -rfv sources/go-piper/piper-phonemize/pi/lib/. /usr/lib/
103
103
env :
104
104
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
122
105
- name : Test
123
106
run : |
124
107
PATH="$PATH:/root/go/bin" GO_TAGS="tts" make --jobs 5 --output-sync=target backends/llama-cpp test
You can’t perform that action at this time.
0 commit comments