-
Notifications
You must be signed in to change notification settings - Fork 139
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
Changed Makefile to use overlay #96
Conversation
Rebuilding with OPTIONS_FLAGS="" will not remove all options. The tests will fail without freemem plugin
tests/test-qemu.expected.log
Outdated
# ./test | ||
# cd tests; ./tests.ke | ||
Verifying archive integrity... All good. | ||
Uncompressing Keystone vault archive 0% 47% 95% 100% |
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.
Is this consistent with the %s? Ideally we'd not check this line since I expect it will change with file size.
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.
okay. that'd require few lines in the script.
* Changed Makefile to use overlay * Changed travis files to pass test * Bump riscv-pk and linux-keystone-driver * add makeself package * hifive.mk: rebuild when the overlay directory has been changed * build test app using vault.sh * initialize runtime * Removed wrong travis command and add KEYSTONE_SDK_DIR Rebuilding with OPTIONS_FLAGS="" will not remove all options. The tests will fail without freemem plugin * Wrong KEYSTONE_SDK_DIR set for travis * bump sdk * Separate sdk build from Makefile * Moved SDK and test build to setup scripts * Change setup script and bump runtime * bump sdk and pk to match with documentation * bump sdk and update travis script to ignore decompress msg * Revert "bump sdk and update travis script to ignore decompress msg" This reverts commit 4cf1153. * bump sdk * bump sdk again * bump sdk to master
Do not merge