swift icon indicating copy to clipboard operation
swift copied to clipboard

[🍒5.10] utils: enable curl websockets support when building with `build.ps1`

Open lxbndr opened this issue 1 year ago • 4 comments
trafficstars

Cherry-pick of #73378

lxbndr avatar May 05 '24 15:05 lxbndr

cc @compnerd

lxbndr avatar May 05 '24 15:05 lxbndr

@swift-ci please test

compnerd avatar May 05 '24 15:05 compnerd

CC: @shahmishal @DougGregor @airspeedswift

compnerd avatar May 05 '24 15:05 compnerd

Explanation: Enable the WebSocket backend in CURL for allowing use of WebSockets through Foundation. Scope: This enables WebSocket support in CURL which is required for Foundation's WebSocket support to be enabled. Issue: Risk: Very low - either curl builds with the websocket support or fails to build in CI Testing: CI run Reviewer: @compnerd

compnerd avatar May 05 '24 15:05 compnerd