-
Notifications
You must be signed in to change notification settings - Fork 227
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
Cleanup dependencies #4221
base: master
Are you sure you want to change the base?
Cleanup dependencies #4221
Conversation
Unittests CI failing: |
That's weird. It seems to use an old config as I did update the build-pr.jenkins file to target the new binaries. |
My guess would be that we have it hardcoded on some more places :/ |
Can't check it anymore as the build seems to have been deleted. But from what I could gather from the output and the related jenkins file it did get stuck on the line I referenced above. Would it be possible to do a rerun and see if it picks up the changes? |
Allright, issuing a rerun :) |
Can't see the result, but it seems to have failed again (which isn't a big surprise). Is all the config for holly/jenkins contained within the repo or are there other sources that need updating? |
Afaik it should all be in the repo itself. @danopernis am I right? |
Closes #4195
This pull request updates the various dependencies to the latest versions. These updates bring support for using this codebase on ARM devices.
The following dependencies are updated:
An update for
gcc-arm-none-eabi
is available, but still working through some issues when used from ARM devices.This is still in development, but anyone wanting to help out and test the various integrations is more than welcome!