ladybird/.devcontainer/optimized/devcontainer.json
Andrew Kaster b86f0747dc
Some checks failed
Push notes / build (push) Waiting to run
CI / Lagom (false, FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-14, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Build Dev Container Image / build (push) Has been cancelled
Meta: Use the correct organization name for the devcontainer base
The optimized devcontainer workflow downloads an image from the
GitHub container registry. Now that we've made that image, which is
built in CI, public, it would help to have the correct org name.
2024-10-12 13:43:04 -06:00

11 lines
507 B
JSON

// The docker image used below was generated from '.devcontainer/devcontainer.json'
// by the '.github/workflows/dev-container.yml' workflow.
//
// By building this dev container image in advance, tools
// like GitHub Codespaces (https://containers.dev/supporting)
// do not need to install all the prerequsite dependencies from scratch,
// getting you into your development environment faster!
{
"name": "Ladybird (Pre-Built Image)",
"image": "ghcr.io/ladybirdbrowser/ladybird-devcontainer:base"
}