]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: add websockets to macos, openssl3 and hyper builds
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Sep 2022 13:11:14 +0000 (15:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Sep 2022 13:11:14 +0000 (15:11 +0200)
.github/workflows/linux-hyper.yml
.github/workflows/macos.yml
.github/workflows/openssl3.yml

index a9c50d72b217b386e27391477c8d61252af74bc5..cc524b2f18e69574e70c0daf2dedcb1ceea3b2d4 100644 (file)
@@ -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: |
index 6ebd57a410478e1f94cd38ff7012079b5d6ef74a..ea87b8425806c2e33efd3a5b0fd3a5d43c773534 100644 (file)
@@ -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
index 961090dee7542b9824fab05d1fb6c994e364ab16..a520908b34f44812ee7e281426b38e70c4dd8fcf 100644 (file)
@@ -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