Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

how to total offline build between different machine and maintain a cache repo?#26990

Unanswered
williamlin0518 asked this question inQ&A
Discussion options

I currently want to build LiteRT in offline mode and upload these cache to let another computer use these dependency to offline build:

my workflow is:

  1. run bazel --output_base cache fetch //... to fetch all external dependency locally at cache on machine 1, which has access to the internet.

  2. then test locally build target without internet, it works
    bazel --output_base cache //path/to/target

  3. upload these cache folder to machine 2 to offline build
    but this step got failed, and it seems to delete dependency repo in cache/external and re fetch again, so cause error

You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
1 participant
@williamlin0518

[8]ページ先頭

©2009-2025 Movatter.jp