mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
GHA: bump nghttp2 to v1.62.1
Use gcc-12 explicitly to compile C++20 source files. Closes #13702
This commit is contained in:
parent
90e644f944
commit
7e932fac94
4
.github/workflows/ngtcp2-linux.yml
vendored
4
.github/workflows/ngtcp2-linux.yml
vendored
@ -56,7 +56,7 @@ env:
|
|||||||
# renovate: datasource=github-tags depName=ngtcp2/ngtcp2 versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=ngtcp2/ngtcp2 versioning=semver registryUrl=https://github.com
|
||||||
ngtcp2-version: 1.5.0
|
ngtcp2-version: 1.5.0
|
||||||
# renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com
|
||||||
nghttp2-version: 1.61.0
|
nghttp2-version: 1.62.1
|
||||||
# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://github.com
|
||||||
mod_h2-version: 2.0.27
|
mod_h2-version: 2.0.27
|
||||||
|
|
||||||
@ -98,6 +98,8 @@ jobs:
|
|||||||
libtasn1-6-dev libidn2-0-dev gawk gperf libtss2-dev dns-root-data bison gtk-doc-tools \
|
libtasn1-6-dev libidn2-0-dev gawk gperf libtss2-dev dns-root-data bison gtk-doc-tools \
|
||||||
texinfo texlive texlive-extra-utils autopoint libev-dev \
|
texinfo texlive texlive-extra-utils autopoint libev-dev \
|
||||||
apache2 apache2-dev libnghttp2-dev
|
apache2 apache2-dev libnghttp2-dev
|
||||||
|
echo 'CC=gcc-12' >> $GITHUB_ENV
|
||||||
|
echo 'CXX=g++-12' >> $GITHUB_ENV
|
||||||
name: 'install prereqs and impacket, pytest, crypto, apache2'
|
name: 'install prereqs and impacket, pytest, crypto, apache2'
|
||||||
|
|
||||||
- name: cache quictls
|
- name: cache quictls
|
||||||
|
4
.github/workflows/osslq-linux.yml
vendored
4
.github/workflows/osslq-linux.yml
vendored
@ -55,7 +55,7 @@ env:
|
|||||||
# renovate: datasource=github-tags depName=ngtcp2/ngtcp2 versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=ngtcp2/ngtcp2 versioning=semver registryUrl=https://github.com
|
||||||
ngtcp2-version: 1.5.0
|
ngtcp2-version: 1.5.0
|
||||||
# renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com
|
||||||
nghttp2-version: 1.61.0
|
nghttp2-version: 1.62.1
|
||||||
# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://github.com
|
||||||
mod_h2-version: 2.0.27
|
mod_h2-version: 2.0.27
|
||||||
|
|
||||||
@ -86,6 +86,8 @@ jobs:
|
|||||||
libtasn1-6-dev libidn2-0-dev gawk gperf libtss2-dev dns-root-data bison gtk-doc-tools \
|
libtasn1-6-dev libidn2-0-dev gawk gperf libtss2-dev dns-root-data bison gtk-doc-tools \
|
||||||
texinfo texlive texlive-extra-utils autopoint libev-dev \
|
texinfo texlive texlive-extra-utils autopoint libev-dev \
|
||||||
apache2 apache2-dev libnghttp2-dev
|
apache2 apache2-dev libnghttp2-dev
|
||||||
|
echo 'CC=gcc-12' >> $GITHUB_ENV
|
||||||
|
echo 'CXX=g++-12' >> $GITHUB_ENV
|
||||||
name: 'install prereqs and impacket, pytest, crypto, apache2'
|
name: 'install prereqs and impacket, pytest, crypto, apache2'
|
||||||
|
|
||||||
- name: cache openssl3
|
- name: cache openssl3
|
||||||
|
4
.github/workflows/quiche-linux.yml
vendored
4
.github/workflows/quiche-linux.yml
vendored
@ -53,7 +53,7 @@ env:
|
|||||||
# renovate: datasource=github-tags depName=ngtcp2/ngtcp2 versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=ngtcp2/ngtcp2 versioning=semver registryUrl=https://github.com
|
||||||
ngtcp2-version: 1.5.0
|
ngtcp2-version: 1.5.0
|
||||||
# renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com
|
||||||
nghttp2-version: 1.61.0
|
nghttp2-version: 1.62.1
|
||||||
# renovate: datasource=github-tags depName=cloudflare/quiche versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=cloudflare/quiche versioning=semver registryUrl=https://github.com
|
||||||
quiche-version: 0.21.0
|
quiche-version: 0.21.0
|
||||||
# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://github.com
|
# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://github.com
|
||||||
@ -86,6 +86,8 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libtool autoconf automake pkg-config stunnel4 ${{ matrix.build.install }}
|
sudo apt-get install libtool autoconf automake pkg-config stunnel4 ${{ matrix.build.install }}
|
||||||
sudo apt-get install apache2 apache2-dev libnghttp2-dev
|
sudo apt-get install apache2 apache2-dev libnghttp2-dev
|
||||||
|
echo 'CC=gcc-12' >> $GITHUB_ENV
|
||||||
|
echo 'CXX=g++-12' >> $GITHUB_ENV
|
||||||
name: 'install prereqs and impacket, pytest, crypto'
|
name: 'install prereqs and impacket, pytest, crypto'
|
||||||
|
|
||||||
- name: cache nghttpx
|
- name: cache nghttpx
|
||||||
|
Loading…
Reference in New Issue
Block a user