You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a repo to reference. This is a problem I am experiencing with the source code at my job. I am migrating the github dependencies to our personal repo. This just involved downloading the packages from github and adding them to out repo. Then, referencing the link in the source. Json.
I am experiencing a build error when calling rules_foreign_cc_dependencies(). It is apparently trying to build toolchains from github, but my system does not have access to github (i.e. it does not have internet connectivity) so it is failing. I need a work-around for this.
How can I manually/automatically include all of the toolchain dependencies built by rules_foreign_cc_dependencies()? What are the dependencies? Where can I download/include them in my WORKSPACE/BUILD files?
The text was updated successfully, but these errors were encountered:
Hello,
I don't have a repo to reference. This is a problem I am experiencing with the source code at my job. I am migrating the github dependencies to our personal repo. This just involved downloading the packages from github and adding them to out repo. Then, referencing the link in the source. Json.
I am experiencing a build error when calling rules_foreign_cc_dependencies(). It is apparently trying to build toolchains from github, but my system does not have access to github (i.e. it does not have internet connectivity) so it is failing. I need a work-around for this.
How can I manually/automatically include all of the toolchain dependencies built by rules_foreign_cc_dependencies()? What are the dependencies? Where can I download/include them in my WORKSPACE/BUILD files?
The text was updated successfully, but these errors were encountered: