Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile: update Renode to 1.15.2 #196

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

fkokosinski
Copy link
Member

This commit updates the Renode version that is used in the Dockerfile to 1.15.2.

Release notes: https://github.com/renode/renode/releases/tag/v1.15.2

@fkokosinski fkokosinski marked this pull request as ready for review August 19, 2024 09:17
@fkokosinski
Copy link
Member Author

It looks like the errors reported in CI are unrelated to my change. linux/amd64 fails with:

Error: Executing the custom container implementation failed. Please contact your self hosted runner administrator.

linux/arm64 ultimately fails with the same message as above, but also reports the following error:

Error: building at STEP "RUN python3 -m pip install -U --no-cache-dir pip && 	pip3 install -U --no-cache-dir wheel setuptools && 	pip3 install --no-cache-dir pygobject && 	pip3 install --no-cache-dir 		-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/main/scripts/requirements.txt 		-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt 		GitPython imgtool junitparser junit2html numpy protobuf PyGithub 		pylint sh statistics west 		nrf-regtool>=5.3.0 && 	pip3 check": exit status 1
Error: Error: failed to run script step: command terminated with non-zero exit code: Error executing in Docker Container: 1
Error: Process completed with exit code 1.

Which is the same as experienced in #194.

@nashif
Copy link
Member

nashif commented Aug 21, 2024

rebase please

This commit updates the Renode version that is used in the Dockerfile to
1.15.2.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
@fkokosinski
Copy link
Member Author

@nashif rebase done

@nashif nashif merged commit ba52885 into zephyrproject-rtos:main Aug 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants