Skip to content

Commit

Permalink
Merge pull request #293 from RIOT-OS/pr/fix/contikisetup
Browse files Browse the repository at this point in the history
08-interop: Fix contiki script for workflow
  • Loading branch information
miri64 committed Nov 6, 2023
2 parents 6a14ffc + 822f17f commit 404927c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 08-interop/compile_contiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ fi
# Compile the `examples/hello-world` application for the nRF52840 platform.
export CNG_PATH=/tmp/contiki-ng
docker run \
--sysctl net.ipv6.conf.all.disable_ipv6=0 \
-e LOCAL_UID=$(id -u $USER) \
-e LOCAL_GID=$(id -g $USER) \
--mount type=bind,source=$CNG_PATH,destination=/home/user/contiki-ng \
contiker/contiki-ng \
make -C examples/hello-world TARGET=nrf52840 hello-world

0 comments on commit 404927c

Please sign in to comment.