Skip to content

Commit 7689677

Browse files
ci: update devbox
1 parent f69c632 commit 7689677

File tree

2 files changed

+284
-292
lines changed

2 files changed

+284
-292
lines changed

devbox.json

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,34 @@
11
{
2-
"packages": [
3-
"asdf-vm@latest",
4-
"cyrus_sasl@latest",
5-
"gh@latest",
6-
"git@latest",
7-
"gnumake@latest",
8-
"go-task@latest",
9-
"openldap@latest",
10-
"python312Full@latest",
11-
"uv@latest"
12-
],
2+
"packages": {
3+
"asdf-vm": "latest",
4+
"gh": "latest",
5+
"git": "latest",
6+
"glib": "latest",
7+
"glibcLocalesUtf8": {
8+
"version": "latest",
9+
"platforms": [
10+
"x86_64-linux",
11+
"aarch64-linux"
12+
]
13+
},
14+
"gnumake": "latest",
15+
"go-task": "latest",
16+
"kubectl": "latest",
17+
"nodejs_23": "latest",
18+
"openssl": "latest",
19+
"pre-commit": "latest",
20+
"ruff": "latest",
21+
"tilt": "latest",
22+
"uv": "latest"
23+
},
1324
"env": {
14-
"VENV_DIR": ".venv",
15-
"UV_HTTP_TIMEOUT": "90",
25+
"VENV_DIR": ".venv",
26+
"UV_HTTP_TIMEOUT": "90",
1627
"UV_COMPILE_BYTECODE": "1",
17-
"UV_LINK_MODE": "copy"
28+
"UV_LINK_MODE": "copy",
29+
"LANG": "en_US.UTF-8",
30+
"LC_ALL": "en_US.UTF-8",
31+
"LANGUAGE": "en_US.UTF-8"
1832
},
1933
"shell": {
2034
"init_hook": [
@@ -23,10 +37,10 @@
2337
"uv pip install -r pyproject.toml --all-extras"
2438
],
2539
"scripts": {
26-
"install": "uv pip install -r pyproject.toml --all-extras",
40+
"install": "uv pip install -r pyproject.toml --all-extras",
2741
"export-reqs": "uv pip freeze | uv pip compile - -o requirements.txt",
28-
"venv": "uv venv ${VENV_DIR}",
29-
"test": "pytest"
42+
"venv": "uv venv ${VENV_DIR}",
43+
"test": "pytest"
3044
}
3145
}
3246
}

0 commit comments

Comments
 (0)