Skip to content

Commit fe63135

Browse files
authored
Reenable NFC commissioning in chip-cert-bins. (project-chip#40273)
Change-Id: I56058516e381e0c1194cea68736f56cffbcedb1c
1 parent 9552a6f commit fe63135

File tree

1 file changed

+4
-4
lines changed
  • integrations/docker/images/chip-cert-bins

1 file changed

+4
-4
lines changed

integrations/docker/images/chip-cert-bins/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN case ${TARGETPLATFORM} in \
156156
set -x \
157157
&& source scripts/activate.sh \
158158
&& scripts/build/build_examples.py \
159-
--target linux-x64-chip-tool-ipv6only-platform-mdns \
159+
--target linux-x64-chip-tool-ipv6only-platform-mdns-nfc-commission \
160160
--target linux-x64-shell-ipv6only-platform-mdns \
161161
--target linux-x64-chip-cert-ipv6only-platform-mdns \
162162
--target linux-x64-air-purifier-ipv6only \
@@ -186,7 +186,7 @@ RUN case ${TARGETPLATFORM} in \
186186
--target linux-x64-camera-ipv6only \
187187
--target linux-x64-camera-controller-ipv6only \
188188
build \
189-
&& mv out/linux-x64-chip-tool-ipv6only-platform-mdns/chip-tool out/chip-tool \
189+
&& mv out/linux-x64-chip-tool-ipv6only-platform-mdns-nfc-commission/chip-tool out/chip-tool \
190190
&& mv out/linux-x64-shell-ipv6only-platform-mdns/chip-shell out/chip-shell \
191191
&& mv out/linux-x64-chip-cert-ipv6only-platform-mdns/chip-cert out/chip-cert \
192192
&& mv out/linux-x64-air-purifier-ipv6only/chip-air-purifier-app out/chip-air-purifier-app \
@@ -220,7 +220,7 @@ RUN case ${TARGETPLATFORM} in \
220220
set -x \
221221
&& source scripts/activate.sh \
222222
&& scripts/build/build_examples.py \
223-
--target linux-arm64-chip-tool-ipv6only-platform-mdns \
223+
--target linux-arm64-chip-tool-ipv6only-platform-mdns-nfc-commission \
224224
--target linux-arm64-shell-ipv6only-platform-mdns \
225225
--target linux-arm64-chip-cert-ipv6only-platform-mdns \
226226
--target linux-arm64-air-purifier-ipv6only \
@@ -250,7 +250,7 @@ RUN case ${TARGETPLATFORM} in \
250250
--target linux-arm64-camera-clang-ipv6only \
251251
--target linux-arm64-camera-controller-ipv6only \
252252
build \
253-
&& mv out/linux-arm64-chip-tool-ipv6only-platform-mdns/chip-tool out/chip-tool \
253+
&& mv out/linux-arm64-chip-tool-ipv6only-platform-mdns-nfc-commission/chip-tool out/chip-tool \
254254
&& mv out/linux-arm64-shell-ipv6only-platform-mdns/chip-shell out/chip-shell \
255255
&& mv out/linux-arm64-chip-cert-ipv6only-platform-mdns/chip-cert out/chip-cert \
256256
&& mv out/linux-arm64-air-purifier-ipv6only/chip-air-purifier-app out/chip-air-purifier-app \

0 commit comments

Comments
 (0)