CI: removed gRPC from Alpine builds because they were too slow

This commit is contained in:
SChernykh
2025-07-26 10:39:38 +02:00
parent 644084a32f
commit f7c1baa453

View File

@@ -13,7 +13,7 @@ on:
jobs: jobs:
build-alpine-static: build-alpine-static:
timeout-minutes: 240 timeout-minutes: 60
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@@ -71,7 +71,7 @@ jobs:
run: | run: |
mkdir build mkdir build
cd build cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_POLICY_VERSION_MINIMUM="3.5" -DCMAKE_C_FLAGS='${{ matrix.config.flags }} -Wl,-s -Wl,--gc-sections' -DCMAKE_CXX_FLAGS='${{ matrix.config.flags }} -Wl,-s -Wl,--gc-sections' -DSTATIC_BINARY=ON -DARCH_ID=${{ matrix.config.arch }} cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_POLICY_VERSION_MINIMUM="3.5" -DCMAKE_C_FLAGS='${{ matrix.config.flags }} -Wl,-s -Wl,--gc-sections' -DCMAKE_CXX_FLAGS='${{ matrix.config.flags }} -Wl,-s -Wl,--gc-sections' -DWITH_GRPC=OFF -DSTATIC_BINARY=ON -DARCH_ID=${{ matrix.config.arch }}
make -j$(nproc) p2pool make -j$(nproc) p2pool
- name: Run RandomX tests - name: Run RandomX tests