Merge pull request #7548 from julek-wolfssl/grpc

Point grpc.yml to the wolfssl repo
This commit is contained in:
David Garske
2024-05-16 14:09:57 -07:00
committed by GitHub

View File

@ -49,7 +49,7 @@ jobs:
name: ${{ matrix.ref }} name: ${{ matrix.ref }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
# This should be a safe limit for the tests to run. # This should be a safe limit for the tests to run.
timeout-minutes: 60 timeout-minutes: 30
needs: build_wolfssl needs: build_wolfssl
steps: steps:
- name: Confirm IPv4 and IPv6 support - name: Confirm IPv4 and IPv6 support
@ -70,10 +70,8 @@ jobs:
- name: Checkout OSP - name: Checkout OSP
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
# TODO point to wolf repo once merged repository: wolfssl/osp
repository: julek-wolfssl/osp
path: osp path: osp
ref: grpc-update
- name: Checkout grpc - name: Checkout grpc
uses: actions/checkout@v4 uses: actions/checkout@v4