From: Daniel Stenberg Date: Fri, 9 Sep 2022 13:11:14 +0000 (+0200) Subject: GHA: add websockets to macos, openssl3 and hyper builds X-Git-Tag: curl-7_86_0~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2d0a22ef913c46d05662353b10bc590cd7baf3e;p=thirdparty%2Fcurl.git GHA: add websockets to macos, openssl3 and hyper builds --- diff --git a/.github/workflows/linux-hyper.yml b/.github/workflows/linux-hyper.yml index a9c50d72b2..cc524b2f18 100644 --- a/.github/workflows/linux-hyper.yml +++ b/.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: | diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6ebd57a410..ea87b84258 100644 --- a/.github/workflows/macos.yml +++ b/.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 diff --git a/.github/workflows/openssl3.yml b/.github/workflows/openssl3.yml index 961090dee7..a520908b34 100644 --- a/.github/workflows/openssl3.yml +++ b/.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