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

Add --build-dependencies to ./run scripts to automatically build whatever is neede dto run #116

Open
cirosantilli opened this issue Mar 13, 2020 · 0 comments

Comments

@cirosantilli
Copy link
Owner

cirosantilli commented Mar 13, 2020

Currently in LKMC d53ffcf for tests is is already a bit wonky to determine what has to be built.

What we have to do is to have a full proper dependency graph, and when user does:

./run --build-dependencies

it automatically downloads and builds whatever is needed.

Then we can get rid of ./build and everyone will be happy.

The gem5 2019 new build system basically does that for gem5 builds alone: https://stackoverflow.com/questions/52279971/how-to-run-the-gem5-unit-tests

@cirosantilli cirosantilli changed the title Add --build-dependencies to ./run scripts Add --build-dependencies to ./run scripts to automatically build whatever is neede dto run Mar 13, 2020
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

No branches or pull requests

1 participant