-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fixup versioning for simics APIs and add versioned tests #75
Conversation
…ild linker to LLD
This PR now also replaces the use of patchelf in the Fedora 20 builder image with an updated linker (builds ldd 5.0.2 from source). Some motivation for posterity: The original motivation for using patchelf is that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple minor things, otherwise LGTM
Use kaniko for image build
Fixes up versioning of API functions to use a standard version-oriented cfg() system instead of the semi-bespoke approach used right now.