Skip to content

Commit

Permalink
CMAKE_TLS_VERIFY
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Feb 8, 2025
1 parent 12036b1 commit 9a9b35d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ function getBuildEnv(target, options) {
ENABLE_ASSERTIONS: release ? "OFF" : "ON",
ENABLE_LOGS: release ? "OFF" : "ON",
ABI: abi === "musl" ? "musl" : undefined,

CMAKE_TLS_VERIFY: "0",
};
}

Expand Down

0 comments on commit 9a9b35d

Please sign in to comment.