Skip to content

Commit 9e7905d

Browse files
authored
use a simpler one
1 parent 8e431c0 commit 9e7905d

File tree

10 files changed

+16
-741
lines changed

10 files changed

+16
-741
lines changed

.bashrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.clangd

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/test-feature.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
matrix:
2626
include:
2727
- image: mcr.microsoft.com/devcontainers/base:ubuntu
28-
options: '{ "version": "13" }'
2928
- image: debian:bookworm-slim
3029
runs-on: ubuntu-latest
3130
steps:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// devcontainer.json
99
{
1010
"features": {
11-
"ghcr.io/octocat/features/llvm": {}
11+
"ghcr.io/devcontainers-community/features/llvm": {}
1212
}
1313
}
1414
```
@@ -17,8 +17,8 @@
1717

1818
### Options
1919

20-
- **`version`:** Choose a specific major toolchain version (like `13`). Can also
21-
be `dev`. Default is `dev`.
20+
Currently no options. If you'd like to add a `version` option, that'd be
21+
awesome! ❤️
2222

2323
<!-- prettier-ignore -->
2424
[this vs code blog post]: https://code.visualstudio.com/blogs/2022/09/15/dev-container-features

common/etc/bash.bash_env

Lines changed: 0 additions & 37 deletions
This file was deleted.

common/install.sh

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)