Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[devcontainer] Standalone build and update #26511

Merged
merged 2 commits into from
May 16, 2023

Conversation

ATmobica
Copy link
Contributor

  • Make the devcontainer image build a standalone script - add network host access for the building.
  • Update dev container configuration.

.devcontainer/build.sh Outdated Show resolved Hide resolved
@ATmobica ATmobica force-pushed the upstream/vscode-dev-impr branch from 01f3e9c to 8658c8f Compare May 12, 2023 08:52
@ATmobica ATmobica force-pushed the upstream/vscode-dev-impr branch from 8658c8f to 7035ce3 Compare May 12, 2023 13:38
ATmobica and others added 2 commits May 15, 2023 08:09
This enable us to set --net=host for the image creation. This should avoid
dns restrictions one may have on one's local network by giving the image
the same network as the host. This is only for the image build, not for
running the container.

Signed-off-by: Yoan Picchi <[email protected]>
- Move deprecated configuration into correct section
- Add mcu-debug.debug-tracker-vscode into extension list.
This extension is required for cortex debug.

Signed-off-by: Vincent Coubard <[email protected]>
@ATmobica ATmobica force-pushed the upstream/vscode-dev-impr branch from 7035ce3 to 2b05540 Compare May 15, 2023 08:09
@andy31415 andy31415 merged commit 8a2bb57 into project-chip:master May 16, 2023
tianfeng-yang pushed a commit to tianfeng-yang/connectedhomeip that referenced this pull request May 17, 2023
* [vscode] Make the devcontainer image build a standalone script

This enable us to set --net=host for the image creation. This should avoid
dns restrictions one may have on one's local network by giving the image
the same network as the host. This is only for the image build, not for
running the container.

Signed-off-by: Yoan Picchi <[email protected]>

* [vscode] Update dev container configuration

- Move deprecated configuration into correct section
- Add mcu-debug.debug-tracker-vscode into extension list.
This extension is required for cortex debug.

Signed-off-by: Vincent Coubard <[email protected]>

---------

Signed-off-by: Yoan Picchi <[email protected]>
Signed-off-by: Vincent Coubard <[email protected]>
Co-authored-by: Vincent Coubard <[email protected]>
@ATmobica ATmobica deleted the upstream/vscode-dev-impr branch May 19, 2023 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants