Skip to content

Commit

Permalink
bump libzmq to 4.3.5 to fix build error with allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 11, 2024
1 parent b78d4bd commit 9b3c81f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const root = dirname(__dirname)
function main() {
const zmq_rev =
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing, @typescript-eslint/strict-boolean-expressions
process.env.ZMQ_VERSION || "20de92ac0a2b2b9a1869782a429df68f93c3625e"
process.env.ZMQ_VERSION || "v4.3.5"
const src_url = `https://github.com/zeromq/libzmq/archive/${zmq_rev}.tar.gz`

const libzmq_build_prefix = `${root}/build/libzmq-staging`
Expand Down

0 comments on commit 9b3c81f

Please sign in to comment.