Wind-River / meta-tensorflow

Other
13 stars 18 forks source link

using `bazel sync` in `do_fetch` #8

Open roeey777 opened 3 years ago

roeey777 commented 3 years ago

there are many third party modules used in tensorflow, many of them are cloned to the work directory not as a part of the do_fetch task. according to bazel documentation one can simply fetch all third party requirements by simply running the command bazel sync. I strongly suggest that tensorflow's recipe will add the command bazel sync to the do_fetch task via do_fetch_append.