-
Notifications
You must be signed in to change notification settings - Fork 51
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
FireSim 1.6.0 Release (Dev -> Master PR) #36
Conversation
either guestmount or fuse-ext2.
left-over sudo's that were sneaking around.
pick random tcp port so multiple users can co-exist on one machine
doesn't work though. This commit: builds br img unconditionally, and always adds the /sbin/init -> /init symlink for all initramfs builds.
The special /init script is needed to pipe stdin/stdout/stderr to /dev/console before devtmpfs is mounted.
accident on earlier versions of buildroot, now we do it explicitly.
Broke tests with outputs. Fixed by casting to string.
one bug in marshal (hard-coded tests failed due to bad config parsing). These issues had been masked by a bug in full_test.sh that failed to report errors correctly.
accident on earlier versions of buildroot, now we do it explicitly. Conflicts: wlutil/wlutil.py
also changes the default behavior of bare-metal workloads to require an explicit --spike flag instead of silently changing your selection.
Relax GCC version constraint to 7.2
Bump python
Fix full test
Spike jobs
on a fresh clone (it would timeout on the first test otherwise due to buildroot).
This release introduces a number of bug-fixes and support for standalone behavior (marshal can now be cloned by itself on a machine without sudo). It also synchronizes with firesim release 1.6. Added
Changed
Fixed
|
…ource sourceme.sh
Standalone - no more need for firesim or sudo to use marshal
Update docs16
number of failed tests correctly). Also works around bug #38.
Fixes some issues with the testing script
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.
Tested on a fresh instance from the firesim dev branch (after the firesim-software-bump16 PR was applied)
See firesim/firesim#262.