Closed davidbiancolin closed 1 year ago
Hey, any word on this?
Hi David,
We are reviewing this change internally and will also kick off some regressions today to make sure the change does not break anything and should be able to get back to you in the next few days. Thank you so much for the follow up
Thanks
Just a friendly bump on this.
Hi David, the changes by themselves look good; but we see some timing failures in test_dcp_recipes and other seemingly unrelated failures in Jenkins with this PR. so re-running the jenkins without your changes with a different PR to confirm if its the jenkins setup vs the PR. should know this shortly in the next day. Thanks
Wonderful, thanks!
Hey @kyyalama2, could this get into the next release (REL_2022_1) ?
Issue #, if available: N/A, though you can find related discussion in firesim/aws-fpga-firesim#59
Description of changes:
Calling
git clean
to purge the DRAM model build directory is an easy and natural thing to do, but it makes it hard to relocate copies ofaws-fpga
to remote build instances in cases whenaws-fpga
may be a git submodule of a super project (sinceaws-fpga
's.git/
will refer to the super project's.git/
under modern versions). This is the case in our project (https://github.com/firesim/firesim).I was hoping that instead of doing some ourselves, if this could be changed here. I think all that's necessary is to remove
tmp/
to cover cases where the build failed previously, but i added all the files the existinggit clean
would remove for consistency. Let me know if this change would be welcome, and if so, how'd you like it to be modified / further tested.