From 980ac430933cf0568817d5b8500610809fd346d2 Mon Sep 17 00:00:00 2001 From: Frityet Date: Mon, 17 Feb 2025 07:19:34 +0000 Subject: [PATCH 1/2] Update devcontainer-feature.json to support llvm-19 --- devcontainer-feature.json | 1 + 1 file changed, 1 insertion(+) diff --git a/devcontainer-feature.json b/devcontainer-feature.json index 67fb412..eea8b82 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -9,6 +9,7 @@ "type": "string", "proposals": [ "latest", + "19", "18", "17", "16" From f85fc968c8c9f9dc4e6031f36d95f29df635aac2 Mon Sep 17 00:00:00 2001 From: Noah Jelich <12912633+njelich@users.noreply.github.com> Date: Fri, 14 Mar 2025 21:05:34 +0000 Subject: [PATCH 2/2] Add llvm-20 and bump version --- devcontainer-feature.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devcontainer-feature.json b/devcontainer-feature.json index eea8b82..f32a7f4 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "llvm", - "version": "3.1.0", + "version": "3.2.0", "name": "llvm", "documentationURL": "https://github.com/devcontainers-community/features-llvm", "description": "Installs llvm on debian based systems", @@ -9,6 +9,7 @@ "type": "string", "proposals": [ "latest", + "20", "19", "18", "17",