Skip to content

Commit

Permalink
build: hack to build zeromq on v22
Browse files Browse the repository at this point in the history
  • Loading branch information
santigimeno authored and trevnorris committed Sep 19, 2024
1 parent 7c661f5 commit d14ea2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,7 @@ test-with-console:
.PHONY: test-agents-prereqs
test-agents-prereqs:
env npm_config_nodedir=$(PWD) $(NODE) ./deps/npm install zeromq@5 base85 --prefix test/common/nsolid-zmq-agent --no-save --no-package-lock
env npm_config_nodedir=$(PWD) $(NODE) ./deps/npm install nan@latest --no-save --no-package-lock --prefix test/common/nsolid-zmq-agent/node_modules/zeromq
env npm_config_nodedir=$(PWD) $(NODE) ./deps/npm run build:libzmq --prefix test/common/nsolid-zmq-agent/node_modules/zeromq
env npm_config_nodedir=$(PWD) $(NODE) ./deps/npm install @opentelemetry/otlp-proto-exporter-base @grpc/grpc-js @grpc/proto-loader --prefix test/common/nsolid-otlp-agent --no-save --no-package-lock

Expand Down

0 comments on commit d14ea2a

Please sign in to comment.