-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gltestserver: Bug fixes for gltestserver errors
- Updated the `gltestserver-image` script in the Makefile to use `buildx --load`. - Added `uv lock` before `uv sync` in the gl-testserver's Dockerfile to prevent the build-time error: `ERROR: failed to solve: process "/bin/sh -c uv sync --locked -v" did not complete successfully: exit code: 2`. - Included the `gl-client` version in `pyproject.toml` to resolve the compile-time error: `pyproject.tomlis using the[project]table, but the requiredproject.versionfield is neither set nor present in theproject.dynamic list`. - Modified gl-testing's certs.py to call `cfssl`, `openssl`, and `cfssljson` methods via `subprocess` to avoid runtime errors of invalid certificates.
- Loading branch information
1 parent
d9d39df
commit 219cb5d
Showing
4 changed files
with
24 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[project] | ||
name = "gl-client" | ||
version = "0.3.0" | ||
|
||
dependencies = [ | ||
"protobuf>=3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters