Skip to content

Commit

Permalink
hash instead of tag for archive?
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 11, 2024
1 parent 9b3c81f commit 3bd21d9
Showing 1 changed file with 1 addition and 1 deletion.
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 || "v4.3.5"
process.env.ZMQ_VERSION || "622fc6dde99ee172ebaa9c8628d85a7a1995a21d"
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 3bd21d9

Please sign in to comment.