diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-25 13:20:50 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-25 13:20:50 +0000 |
| commit | b51fd5e5087b3a6f34d53068c76a67eeda30ff21 (patch) | |
| tree | f2a1349bfca499dc04684d33529483139f3e0f2e /.devcontainer/x86-64 | |
| parent | f08512d1cddcf43de64f0b3f8b0e6c9fe31bcaea (diff) | |
| download | teachos-b51fd5e5087b3a6f34d53068c76a67eeda30ff21.tar.xz teachos-b51fd5e5087b3a6f34d53068c76a67eeda30ff21.zip | |
build: update llvm components in container
Diffstat (limited to '.devcontainer/x86-64')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index f0059ac..00e33ad 100644 --- a/.devcontainer/x86-64/devcontainer.json +++ b/.devcontainer/x86-64/devcontainer.json @@ -1,11 +1,11 @@ { "name": "TeachOS on x86-64", - "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.2.0-3", + "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.2.0-4", "features": { "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git-lfs:1": {}, "ghcr.io/devcontainers-extra/features/apt-packages:1": { - "packages": "clang-tidy-21,cmake,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,xorriso" + "packages": "build-essential,clang-tidy,clangd,cmake,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,xorriso" } }, "customizations": { |
