Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ gen: ${GENALL}

build-self: ensure-docker
cargo build --all
uv sync --package gl-client --extra dev
uv sync --package gl-client --dev

check-all: check-rs check-self check-py check-testing-py

Expand Down
6 changes: 3 additions & 3 deletions libs/gl-client-py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ${PYPROTOS}: pygrpc
pygrpc: ${PROTOSRC}
cp ${PYDIR}/../proto/glclient/scheduler.proto ${PYDIR}/glclient/
cp ${PYDIR}/../proto/glclient/greenlight.proto ${PYDIR}/glclient/
cd ${PYDIR}; poetry install
cd ${PYDIR}; poetry run python -m grpc_tools.protoc ${PYPROTOC_OPTS} glclient/scheduler.proto
cd ${PYDIR}; poetry run python -m grpc_tools.protoc ${PYPROTOC_OPTS} glclient/greenlight.proto
cd ${PYDIR}; uv sync
cd ${PYDIR}; uv run python3 -m grpc_tools.protoc ${PYPROTOC_OPTS} glclient/scheduler.proto
cd ${PYDIR}; uv run python3 -m grpc_tools.protoc ${PYPROTOC_OPTS} glclient/greenlight.proto

check-py:
#uv run --all-packages mypy ${PYDIR}/glclient
Expand Down
859 changes: 484 additions & 375 deletions libs/gl-client-py/glclient/scheduler.proto

Large diffs are not rendered by default.

54 changes: 44 additions & 10 deletions libs/gl-client-py/glclient/scheduler_pb2.py

Large diffs are not rendered by default.

302 changes: 289 additions & 13 deletions libs/gl-client-py/glclient/scheduler_pb2.pyi

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

Loading
Loading