Skip to content

Commit

Permalink
Add pulsar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus committed May 4, 2024
1 parent e3885d9 commit a454a55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ endif

.PHONY: gen
gen:
#poetry run pip install grpcio-tools packaging
#poetry run python3 tools/grpc_code_gen.py
poetry run pip install grpcio-tools packaging
poetry run python3 tools/grpc_code_gen.py

.PHONY: gen-basic
gen-basic:
#python3 -m pip install grpcio-tools packaging
python3 -m pip install grpcio-tools packaging
python3 tools/grpc_code_gen.py

.PHONY: install
install: gen-basic
python3 -m pip install --upgrade pip
#python3 -m pip install .[all]
python3 -m pip install .[all]

.PHONY: lint
# flake8 configurations should go to the file setup.cfg
Expand Down Expand Up @@ -94,7 +94,7 @@ license: clean

.PHONY: test
test: env
#sudo apt-get -y install jq
sudo apt-get -y install jq
docker build --build-arg BASE_PYTHON_IMAGE=3.7-slim -t apache/skywalking-python-agent:latest-plugin --no-cache . -f tests/plugin/Dockerfile.plugin
poetry run pytest -v $(bash tests/gather_test_paths.sh)

Expand Down

0 comments on commit a454a55

Please sign in to comment.