Home
last modified time | relevance | path

Searched full:mod_h2 (Results 1 – 4 of 4) sorted by relevance

/external/curl/.github/workflows/
Dosslq-linux.yml59 …# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://gith…
60 mod_h2-version: 2.0.27
189 - name: cache mod_h2
191 id: cache-mod_h2
193 cache-name: cache-mod_h2
195 path: /home/runner/mod_h2
196 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.mod_h2-version }}
198 - if: steps.cache-mod_h2.outputs.cache-hit != 'true'
201 git clone --quiet --depth=1 -b v${{ env.mod_h2-version }} https://github.com/icing/mod_h2
202 cd mod_h2
[all …]
Dquiche-linux.yml59 …# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://gith…
60 mod_h2-version: 2.0.27
166 - name: cache mod_h2
168 id: cache-mod_h2
170 cache-name: cache-mod_h2
172 path: /home/runner/mod_h2
173 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.mod_h2-version }}
175 - if: steps.cache-mod_h2.outputs.cache-hit != 'true'
178 git clone --quiet --depth=1 -b v${{ env.mod_h2-version }} https://github.com/icing/mod_h2
179 cd mod_h2
[all …]
Dngtcp2-linux.yml60 …# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://gith…
61 mod_h2-version: 2.0.27
225 - name: cache mod_h2
227 id: cache-mod_h2
229 cache-name: cache-mod_h2
231 path: /home/runner/mod_h2
232 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.mod_h2-version }}
234 - if: steps.cache-mod_h2.outputs.cache-hit != 'true'
237 git clone --quiet --depth=1 -b v${{ env.mod_h2-version }} https://github.com/icing/mod_h2
238 cd mod_h2
[all …]
Dlinux.yml50 …# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://gith…
51 mod_h2-version: 2.0.27
390 - name: cache mod_h2
393 id: cache-mod_h2
395 cache-name: cache-mod_h2
397 path: /home/runner/mod_h2
398 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.mod_h2-version }}
400 - name: 'build mod_h2'
401 …if: contains(matrix.build.install_steps, 'pytest') && steps.cache-mod_h2.outputs.cache-hit != 'tru…
404 git clone --quiet --depth=1 -b v${{ env.mod_h2-version }} https://github.com/icing/mod_h2
[all …]