-
Notifications
You must be signed in to change notification settings - Fork 63
more first-class environment setup #3006
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
Conversation
|
One test run seems to have hit #3005: https://github.com/oxidecomputer/omicron/pull/3006/checks?check_run_id=13220424276 |
internet-diglett
left a comment
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.
LGTM, just one comment
docs/how-to-run-simulated.adoc
Outdated
| Now put these on your PATH with: | ||
|
|
||
| [source,text] | ||
| ---- | ||
| $ source env.sh | ||
| ---- | ||
|
|
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.
We might want to advise running this before installing prerequisites, as I think the script will bail out early if the path isn't already set up?
I like the new
tools/setup_env.sh. Here I'm taking a few steps to first-class it a bit more:env.sh, only because I've seen this convention before. If others have other preferences I'm happy to leave it as it is or call it something else.