-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install zap v2022.11.16 in Docker images. (#23643)
* Install zap v2022.11.16 in Docker images. Installing from a zip file since deb installation seems to add an entire XWindows dependency and based on feedback from zap folks the zip file is the one more tested. * Fix moved line * Only keep zap-cli in the image. zap is a UI tool, not used and quite large * Remove node install: zap should be a stand-alone tool * Remove chip-build-zap because this image is not compatible anymore with missing node.js installation from the base image * Remove chip-build-zap from chip-build-vscode * Remove zap image build attempts from CI
- Loading branch information
Showing
9 changed files
with
18 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,6 @@ jobs: | |
- "-openiotsdk" | ||
# NOTE: vscode image consumes ~52 GB disk space but GitHub-hosted runners provide ~10 GB free disk space(https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) | ||
#- "-vscode" | ||
- "-zap" | ||
steps: | ||
- uses: Wandalen/[email protected] | ||
name: Checkout | ||
|
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.08 Version bump reason: Update ESP-IDF to v4.4.3 release | ||
0.6.09 Version bump reason: Install zap v2022.11.16 in docker images. |