Skip to content

Commit

Permalink
[tests] fix openwrt CI tests
Browse files Browse the repository at this point in the history
It looks like the latest openwrt/sdk docker image has dramatic
changes that the openwrt CI tests can't build anymore. An
example failure can be found here: https://github.com/openthread/ot-br-posix/actions/runs/5443907241/jobs/9901033612
  • Loading branch information
wgtdkp authored and jwhui committed Jul 5, 2023
1 parent 011fec3 commit 2a11b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/openwrt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ readonly CONTAINER_NAME

do_prepare()
{
docker create --name "${CONTAINER_NAME}" --rm -v openwrt-bin:/home/build/openwrt/bin -it openwrt/sdk
docker create --name "${CONTAINER_NAME}" --rm -v openwrt-bin:/home/build/openwrt/bin -it openwrt/sdk:22.03.3
docker cp . "${CONTAINER_NAME}":/home/build/ot-br-posix
echo 'src-link openthread /home/build/ot-br-posix/etc/openwrt' >feeds.conf

Expand Down

0 comments on commit 2a11b14

Please sign in to comment.