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

[test] upgrade unity #99

Merged
merged 1 commit into from
Mar 29, 2021
Merged

Conversation

r00t-
Copy link
Collaborator

@r00t- r00t- commented Mar 25, 2021

fix #98

we're using a version of unity is EIGHT YEARS old, never updated since 2013,
this pulls in the last release from 2021.

@r00t-
Copy link
Collaborator Author

r00t- commented Mar 25, 2021

builds on that weird distro:

$ docker run -it --rm alpine /bin/ash -c 'apk add --no-cache build-base git util-linux-dev && git clone -b upgrade_unity_to_v2.5.2 https://github.com/r00t-/libsml.git && cd libsml && make'
[...]
88 Tests 0 Failures 0 Ignored 
OK
make[1]: Leaving directory '/libsml/test'

@r00t-
Copy link
Collaborator Author

r00t- commented Mar 25, 2021

can anybody check if this causes a regression on #41 or #19?
@andig @hmueller01

@m-reuter
Copy link

I could verify that this also works on Raspbian GNU/Linux 10 (buster)

@r00t- r00t- mentioned this pull request Mar 25, 2021
@r00t- r00t- merged commit d656822 into volkszaehler:master Mar 29, 2021
@r00t- r00t- deleted the upgrade_unity_to_v2.5.2 branch March 29, 2021 10:24
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.

Compile Error on Alpine: no member named '__jmpbuf'
2 participants