File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed
.devcontainer/portability-debian-forky Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ // See https://aka.ms/devcontainer.json for format details.
2+ {
3+ "name" : " debian-forky" ,
4+ "image" : " debian:forky" ,
5+ "onCreateCommand" : " .devcontainer/onCreate-meson.sh || true" ,
6+ "features" : {
7+ "ghcr.io/devcontainers/features/git" : {},
8+ "ghcr.io/devcontainers/features/python:1" : {},
9+ "../uv" : {
10+ "version" : " latest"
11+ }
12+ },
13+ "containerEnv" : {
14+ "devcontainerId" : " ${devcontainerId}" ,
15+ "UV_PROJECT_ENVIRONMENT" : " .venv-${devcontainerId}"
16+ },
17+ "customizations" : {
18+ "vscode" : {
19+ "extensions" : [
20+ " ms-python.python"
21+ ]
22+ }
23+ }
24+ }
Original file line number Diff line number Diff line change 2323 container :
2424 - fedora:41
2525 - fedora:42
26+ - debian:forky
2627 - ghcr.io/void-linux/void-glibc-full
2728 - archlinux
2829 # - ubuntu:22.04 - fails due to issue with cypari2
Original file line number Diff line number Diff line change 4343 " Cython" ,
4444 " d'Alembertian" ,
4545 " dalembertian" ,
46+ " devcontainers" ,
4647 " disp" ,
4748 " doctest" ,
4849 " doctests" ,
You can’t perform that action at this time.
0 commit comments