Open
Conversation
A dev container makes it easy to open this project on a new computer. VSCode can automatically setup the build environment using Docker. https://containers.dev/
|
For those of us not familiar with VCCode and Dev Containers what would be required to get started if this PR was merged? |
Author
|
One way is to use GitHub Codespaces. In the top right of this PR, you can "Open in codespace". This will build the dev container and open an online VSCode in that environment. You can directly start executing the instructions from the README. For local development, you need Docker and the plugin. See https://code.visualstudio.com/docs/devcontainers/tutorial |
Owner
|
I build on local ubuntu, I will try to learn to use the dev container |
djbender
pushed a commit
to djbender/turing-pi
that referenced
this pull request
Aug 18, 2023
The disabled drivers and features also reduced the kernel image size by 8.8% for me. The final commit also replaces the "full" kernel config with one generated by `savedefconfig`, which removes redundant/implied options and options that are equal to their default setting. This should make it easier in the long run to switch kernel versions in the future and to resolve merge conflicts in the kernel config. Fixes wenyi0421#6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A dev container makes it easy to open this project on a new computer. VSCode can automatically setup the build environment using Docker.
https://containers.dev/