We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given the new learning that we generated over the past few days specifically around needing to mount
-v /etc/passwd:/etc/passwd:ro -v /etc/shadow:/etc/shadow:ro -v /etc/bashrc:/etc/bashrc:ro
We can use the same docker run action for both building and running tests:
Docker Run Action
tt-metal/.github/actions/docker-run/action.yml
Line 56 in cef5730
Docker Run Action in Build Step
tt-metal/.github/workflows/build-artifact.yaml
Line 100 in cef5730
cc: @TT-billteng @ttmchiou
The text was updated successfully, but these errors were encountered:
#13065: Use the same action for building and running
09836d2
#13065: Use string comparison in the docker action
e71d3d9
f10a92f
b51b1e4
f695b48
0dda801
Closing as done.
Sorry, something went wrong.
dimitri-tenstorrent
No branches or pull requests
Given the new learning that we generated over the past few days specifically around needing to mount
We can use the same docker run action for both building and running tests:
Docker Run Action
tt-metal/.github/actions/docker-run/action.yml
Line 56 in cef5730
Docker Run Action in Build Step
tt-metal/.github/workflows/build-artifact.yaml
Line 100 in cef5730
cc: @TT-billteng @ttmchiou
The text was updated successfully, but these errors were encountered: