update ci to 0.7.2 (#26409)
* update ci to 0.7.2
* Constrain bitstring to be less than 4
---------
Co-authored-by: Andrei Litvin <andy314@gmail.com>
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 7e63af3..7ab6741 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -17,7 +17,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
- "BUILD_VERSION": "0.7.0"
+ "BUILD_VERSION": "0.7.2"
}
},
"remoteUser": "vscode",
diff --git a/.github/workflows/bloat_check.yaml b/.github/workflows/bloat_check.yaml
index 17b890a..24c6b04 100644
--- a/.github/workflows/bloat_check.yaml
+++ b/.github/workflows/bloat_check.yaml
@@ -33,7 +33,7 @@
runs-on: ubuntu-latest
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
steps:
- uses: Wandalen/wretry.action@v1.0.36
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7b3ef0f..f189d50 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -36,7 +36,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -148,7 +148,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -320,7 +320,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -487,7 +487,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml
index ccad5e5..7d8ea2f 100644
--- a/.github/workflows/chef.yaml
+++ b/.github/workflows/chef.yaml
@@ -30,7 +30,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
options: --user root
steps:
@@ -66,7 +66,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-esp32:0.7.0
+ image: connectedhomeip/chip-build-esp32:0.7.2
options: --user root
steps:
@@ -102,7 +102,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-nrf-platform:0.7.0
+ image: connectedhomeip/chip-build-nrf-platform:0.7.2
options: --user root
steps:
diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml
index ba63170..945a733 100644
--- a/.github/workflows/cirque.yaml
+++ b/.github/workflows/cirque.yaml
@@ -30,7 +30,7 @@
timeout-minutes: 90
env:
- DOCKER_RUN_VERSION: 0.7.0
+ DOCKER_RUN_VERSION: 0.7.2
GITHUB_CACHE_PATH: /tmp/cirque-cache
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@
# need to run with privilege, which isn't supported by job.XXX.contaner
# https://github.com/actions/container-action/issues/2
# container:
- # image: connectedhomeip/chip-build-cirque:0.7.0
+ # image: connectedhomeip/chip-build-cirque:0.7.2
# volumes:
# - "/tmp:/tmp"
# - "/dev/pts:/dev/pts"
diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml
index 7c24e5f..0e6ac20 100644
--- a/.github/workflows/doxygen.yaml
+++ b/.github/workflows/doxygen.yaml
@@ -82,7 +82,7 @@
runs-on: ubuntu-latest
container:
- image: connectedhomeip/chip-build-doxygen:0.7.0
+ image: connectedhomeip/chip-build-doxygen:0.7.2
if: github.actor != 'restyled-io[bot]'
diff --git a/.github/workflows/examples-ameba.yaml b/.github/workflows/examples-ameba.yaml
index edfbeab..329d2c4 100644
--- a/.github/workflows/examples-ameba.yaml
+++ b/.github/workflows/examples-ameba.yaml
@@ -36,7 +36,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-ameba:0.7.0
+ image: connectedhomeip/chip-build-ameba:0.7.2
options: --user root
steps:
diff --git a/.github/workflows/examples-bouffalolab.yaml b/.github/workflows/examples-bouffalolab.yaml
index f16e063..d3a47d1 100644
--- a/.github/workflows/examples-bouffalolab.yaml
+++ b/.github/workflows/examples-bouffalolab.yaml
@@ -36,7 +36,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-bouffalolab:0.7.0
+ image: connectedhomeip/chip-build-bouffalolab:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
diff --git a/.github/workflows/examples-cc13x2x7_26x2x7.yaml b/.github/workflows/examples-cc13x2x7_26x2x7.yaml
index 1011e90..e0a1462 100644
--- a/.github/workflows/examples-cc13x2x7_26x2x7.yaml
+++ b/.github/workflows/examples-cc13x2x7_26x2x7.yaml
@@ -38,7 +38,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-ti:0.7.0
+ image: connectedhomeip/chip-build-ti:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
diff --git a/.github/workflows/examples-cc32xx.yaml b/.github/workflows/examples-cc32xx.yaml
index e542294..a0581ba 100644
--- a/.github/workflows/examples-cc32xx.yaml
+++ b/.github/workflows/examples-cc32xx.yaml
@@ -35,7 +35,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-ti:0.7.0
+ image: connectedhomeip/chip-build-ti:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml
index 5974ce3..cde592d 100644
--- a/.github/workflows/examples-efr32.yaml
+++ b/.github/workflows/examples-efr32.yaml
@@ -39,7 +39,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-efr32:0.7.0
+ image: connectedhomeip/chip-build-efr32:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml
index afaa375..e91b33c 100644
--- a/.github/workflows/examples-esp32.yaml
+++ b/.github/workflows/examples-esp32.yaml
@@ -35,7 +35,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-esp32:0.7.0
+ image: connectedhomeip/chip-build-esp32:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
@@ -160,7 +160,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-esp32:0.7.0
+ image: connectedhomeip/chip-build-esp32:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
diff --git a/.github/workflows/examples-infineon.yaml b/.github/workflows/examples-infineon.yaml
index 42678cd..9cb27d4 100644
--- a/.github/workflows/examples-infineon.yaml
+++ b/.github/workflows/examples-infineon.yaml
@@ -36,7 +36,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-infineon:0.7.0
+ image: connectedhomeip/chip-build-infineon:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
diff --git a/.github/workflows/examples-k32w.yaml b/.github/workflows/examples-k32w.yaml
index 047d6cd..130f37b 100644
--- a/.github/workflows/examples-k32w.yaml
+++ b/.github/workflows/examples-k32w.yaml
@@ -38,7 +38,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-k32w:0.7.0
+ image: connectedhomeip/chip-build-k32w:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
diff --git a/.github/workflows/examples-linux-arm.yaml b/.github/workflows/examples-linux-arm.yaml
index 0eb21a4..fb72d2d 100644
--- a/.github/workflows/examples-linux-arm.yaml
+++ b/.github/workflows/examples-linux-arm.yaml
@@ -35,7 +35,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-crosscompile:0.7.0
+ image: connectedhomeip/chip-build-crosscompile:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
diff --git a/.github/workflows/examples-linux-imx.yaml b/.github/workflows/examples-linux-imx.yaml
index 9530b4c..6bb97f3 100644
--- a/.github/workflows/examples-linux-imx.yaml
+++ b/.github/workflows/examples-linux-imx.yaml
@@ -35,7 +35,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-imx:0.7.0
+ image: connectedhomeip/chip-build-imx:0.7.2
steps:
- uses: Wandalen/wretry.action@v1.0.36
diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml
index 2664f9f..2d76468 100644
--- a/.github/workflows/examples-linux-standalone.yaml
+++ b/.github/workflows/examples-linux-standalone.yaml
@@ -35,7 +35,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
diff --git a/.github/workflows/examples-mbed.yaml b/.github/workflows/examples-mbed.yaml
index 55ad878..a0ee16f 100644
--- a/.github/workflows/examples-mbed.yaml
+++ b/.github/workflows/examples-mbed.yaml
@@ -41,7 +41,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-mbed-os:0.7.0
+ image: connectedhomeip/chip-build-mbed-os:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
diff --git a/.github/workflows/examples-mw320.yaml b/.github/workflows/examples-mw320.yaml
index f980b32..4ce5627 100755
--- a/.github/workflows/examples-mw320.yaml
+++ b/.github/workflows/examples-mw320.yaml
@@ -38,7 +38,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml
index 09ec03d..4ca9d32 100644
--- a/.github/workflows/examples-nrfconnect.yaml
+++ b/.github/workflows/examples-nrfconnect.yaml
@@ -38,7 +38,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-nrf-platform:0.7.0
+ image: connectedhomeip/chip-build-nrf-platform:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
diff --git a/.github/workflows/examples-openiotsdk.yaml b/.github/workflows/examples-openiotsdk.yaml
index a4d873a..d137c94 100644
--- a/.github/workflows/examples-openiotsdk.yaml
+++ b/.github/workflows/examples-openiotsdk.yaml
@@ -36,7 +36,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-openiotsdk:0.7.0
+ image: connectedhomeip/chip-build-openiotsdk:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
options: --privileged
diff --git a/.github/workflows/examples-qpg.yaml b/.github/workflows/examples-qpg.yaml
index cfa56c2..d37dc2a 100644
--- a/.github/workflows/examples-qpg.yaml
+++ b/.github/workflows/examples-qpg.yaml
@@ -38,7 +38,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml
index 103538b..b28d0b3 100644
--- a/.github/workflows/examples-telink.yaml
+++ b/.github/workflows/examples-telink.yaml
@@ -36,7 +36,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-telink:0.6.53
+ image: connectedhomeip/chip-build-telink:0.7.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
diff --git a/.github/workflows/examples-tizen.yaml b/.github/workflows/examples-tizen.yaml
index ab6ffb2..b66a479 100644
--- a/.github/workflows/examples-tizen.yaml
+++ b/.github/workflows/examples-tizen.yaml
@@ -34,7 +34,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-tizen:0.7.0
+ image: connectedhomeip/chip-build-tizen:0.7.2
options: --user root
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml
index d57b493..71e558a 100644
--- a/.github/workflows/full-android.yaml
+++ b/.github/workflows/full-android.yaml
@@ -37,7 +37,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-android:0.7.0
+ image: connectedhomeip/chip-build-android:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
diff --git a/.github/workflows/fuzzing-build.yaml b/.github/workflows/fuzzing-build.yaml
index 801a1cf..1884e38 100644
--- a/.github/workflows/fuzzing-build.yaml
+++ b/.github/workflows/fuzzing-build.yaml
@@ -34,7 +34,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml
index cf2bcad..5a795f2 100644
--- a/.github/workflows/qemu.yaml
+++ b/.github/workflows/qemu.yaml
@@ -39,7 +39,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-esp32-qemu:0.7.0
+ image: connectedhomeip/chip-build-esp32-qemu:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
@@ -103,7 +103,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-tizen-qemu:0.7.0
+ image: connectedhomeip/chip-build-tizen-qemu:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
diff --git a/.github/workflows/release_artifacts.yaml b/.github/workflows/release_artifacts.yaml
index b9bbd63..cd8d67e 100644
--- a/.github/workflows/release_artifacts.yaml
+++ b/.github/workflows/release_artifacts.yaml
@@ -29,7 +29,7 @@
runs-on: ubuntu-latest
container:
- image: connectedhomeip/chip-build-esp32:0.7.0
+ image: connectedhomeip/chip-build-esp32:0.7.2
steps:
- uses: Wandalen/wretry.action@v1.0.36
@@ -85,7 +85,7 @@
runs-on: ubuntu-latest
container:
- image: connectedhomeip/chip-build-efr32:0.7.0
+ image: connectedhomeip/chip-build-efr32:0.7.2
steps:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
diff --git a/.github/workflows/smoketest-android.yaml b/.github/workflows/smoketest-android.yaml
index d9b7236..54b9e4b 100644
--- a/.github/workflows/smoketest-android.yaml
+++ b/.github/workflows/smoketest-android.yaml
@@ -38,7 +38,7 @@
if: github.actor != 'restyled-io[bot]'
container:
- image: connectedhomeip/chip-build-android:0.7.0
+ image: connectedhomeip/chip-build-android:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 69d83a5..6b21bc5 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -48,7 +48,7 @@
runs-on: ubuntu-latest
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
@@ -442,7 +442,7 @@
runs-on: ubuntu-latest
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
@@ -529,7 +529,7 @@
runs-on: ubuntu-latest
container:
- image: connectedhomeip/chip-build-java:0.7.0
+ image: connectedhomeip/chip-build-java:0.7.2
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml
index a797c41..af90a20 100644
--- a/.github/workflows/unit_integration_test.yaml
+++ b/.github/workflows/unit_integration_test.yaml
@@ -38,7 +38,7 @@
runs-on: ubuntu-latest
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
volumes:
- "/tmp/log_output:/tmp/test_logs"
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
diff --git a/.github/workflows/zap_regeneration.yaml b/.github/workflows/zap_regeneration.yaml
index 1057e83..add4209 100644
--- a/.github/workflows/zap_regeneration.yaml
+++ b/.github/workflows/zap_regeneration.yaml
@@ -28,7 +28,7 @@
runs-on: ubuntu-20.04
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
defaults:
run:
shell: sh
diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml
index 5b0ba11..67eb448 100644
--- a/.github/workflows/zap_templates.yaml
+++ b/.github/workflows/zap_templates.yaml
@@ -30,7 +30,7 @@
runs-on: ubuntu-20.04
container:
- image: connectedhomeip/chip-build:0.7.0
+ image: connectedhomeip/chip-build:0.7.2
defaults:
run:
shell: sh
diff --git a/integrations/cloudbuild/build-all.yaml b/integrations/cloudbuild/build-all.yaml
index 4c2a425..5bafe90 100644
--- a/integrations/cloudbuild/build-all.yaml
+++ b/integrations/cloudbuild/build-all.yaml
@@ -6,7 +6,7 @@
- "--init"
- "--recursive"
id: Submodules
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
@@ -21,7 +21,7 @@
path: /pwenv
timeout: 900s
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
@@ -76,7 +76,7 @@
--target k32w-shell
build
--create-archives /workspace/artifacts/
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
diff --git a/integrations/cloudbuild/chef.yaml b/integrations/cloudbuild/chef.yaml
index 69afb7a..c0e166c 100644
--- a/integrations/cloudbuild/chef.yaml
+++ b/integrations/cloudbuild/chef.yaml
@@ -1,5 +1,5 @@
steps:
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
@@ -12,7 +12,7 @@
path: /pwenv
timeout: 2700s
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
@@ -26,7 +26,7 @@
- name: pwenv
path: /pwenv
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
diff --git a/integrations/cloudbuild/smoke-test.yaml b/integrations/cloudbuild/smoke-test.yaml
index 89bc707..7b76074 100644
--- a/integrations/cloudbuild/smoke-test.yaml
+++ b/integrations/cloudbuild/smoke-test.yaml
@@ -1,5 +1,5 @@
steps:
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
entrypoint: "bash"
args:
- "-c"
@@ -7,7 +7,7 @@
git config --global --add safe.directory "*"
git submodule update --init --recursive
id: Submodules
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
@@ -22,7 +22,7 @@
path: /pwenv
timeout: 900s
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
id: ESP32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -41,7 +41,7 @@
volumes:
- name: pwenv
path: /pwenv
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
id: NRFConnect
env:
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -62,7 +62,7 @@
- name: pwenv
path: /pwenv
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
id: EFR32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -84,7 +84,7 @@
- name: pwenv
path: /pwenv
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
id: Linux
env:
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -144,7 +144,7 @@
- name: pwenv
path: /pwenv
- - name: "connectedhomeip/chip-build-vscode:0.7.0"
+ - name: "connectedhomeip/chip-build-vscode:0.7.2"
id: Android
env:
- PW_ENVIRONMENT_ROOT=/pwenv
diff --git a/scripts/setup/constraints.txt b/scripts/setup/constraints.txt
index 5322b58..e7ce703 100644
--- a/scripts/setup/constraints.txt
+++ b/scripts/setup/constraints.txt
@@ -26,7 +26,7 @@
# via bflb-iot-tool
bflb-iot-tool==1.8.3
# via -r requirements.bouffalolab.txt
-bitstring==4.0.1
+bitstring==3.1.9
# via -r requirements.esp32.txt
brotli==1.0.9
# via flask-compress
diff --git a/scripts/setup/requirements.esp32.txt b/scripts/setup/requirements.esp32.txt
index 44fd20c..d846ba4 100644
--- a/scripts/setup/requirements.esp32.txt
+++ b/scripts/setup/requirements.esp32.txt
@@ -4,7 +4,7 @@
idf-component-manager
pygdbmi<=0.9.0.2
reedsolo>=1.5.3,<=1.5.4
-bitstring>=3.1.6
+bitstring>=3.1.6,<4
ecdsa>=0.16.0
kconfiglib==13.7.1
construct==2.10.54