Age | Commit message (Collapse) | Author |
|
Fixes a small typo in the file name.
Codespaces and other tools implementing the spec
https://containers.dev/implementors/spec/#devcontainerjson
will expect this file naming pattern.
|
|
This should unbreak CI.
|
|
This commit adds a GitHub Workflow to prebuild the dev container file
present at .devcontainer/devcontainer.json. This prebuilt image is
pushed to GitHub Container Registry (ghcr).
An additional devcontainer.json is added consuming that image.
This dev container can be selected in editors that process dev
containers (ie GitHub Codespaces), to speed up time to editor.
|
|
The library `libssl-dev` was missing from the installed dependencies.
This made impossible to compile the system on a devcontainer.
|
|
This configuration allows developing serenity and ladybird in github
codespaces. It should also help anyone who wants to use a devcontainer
locally.
|