Skip to content

Commit

Permalink
Merge pull request #8 from rails/add-rust-to-image
Browse files Browse the repository at this point in the history
Add rust to the image so YJIT is built with ruby
  • Loading branch information
andrewn617 authored Mar 19, 2024
2 parents b4a3bba + 0e69212 commit 5dd447f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions features/ruby/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
],
"dependsOn": {
"ghcr.io/devcontainers/features/rust": {}
},
"options": {
"version": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion images/ruby/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
},
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
}

0 comments on commit 5dd447f

Please sign in to comment.