Skip to content

Commit 9b3c81f

Browse files
committed
bump libzmq to 4.3.5 to fix build error with allocator
1 parent b78d4bd commit 9b3c81f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const root = dirname(__dirname)
77
function main() {
88
const zmq_rev =
99
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing, @typescript-eslint/strict-boolean-expressions
10-
process.env.ZMQ_VERSION || "20de92ac0a2b2b9a1869782a429df68f93c3625e"
10+
process.env.ZMQ_VERSION || "v4.3.5"
1111
const src_url = `https://github.com/zeromq/libzmq/archive/${zmq_rev}.tar.gz`
1212

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

0 commit comments

Comments
 (0)