GHA: add websockets to macos, openssl3 and hyper builds

This commit is contained in:
Daniel Stenberg 2022-09-09 15:11:14 +02:00
Родитель 0aaebf62ec
Коммит b2d0a22ef9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
3 изменённых файлов: 3 добавлений и 3 удалений

2
.github/workflows/linux-hyper.yml поставляемый
Просмотреть файл

@ -26,7 +26,7 @@ jobs:
build:
- name: hyper
install:
configure: LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" --with-openssl --with-hyper=$HOME/hyper --enable-debug
configure: LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" --with-openssl --with-hyper=$HOME/hyper --enable-debug --enable-websockets
steps:
- run: |

2
.github/workflows/macos.yml поставляемый
Просмотреть файл

@ -96,7 +96,7 @@ jobs:
- run: autoreconf -fi
name: 'autoreconf'
- run: ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }}
- run: ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} --enable-websockets
name: 'configure'
env:
# -Wvla is caused by brotli

2
.github/workflows/openssl3.yml поставляемый
Просмотреть файл

@ -50,7 +50,7 @@ jobs:
- run: autoreconf -fi
name: 'autoreconf'
- run: ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }}
- run: ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} --enable-websockets
name: 'configure'
- run: make V=1