Skip to content

Scenario: internal deps change#1

Closed
guw wants to merge 5 commits intofmeum:mainfrom
guw:main
Closed

Scenario: internal deps change#1
guw wants to merge 5 commits intofmeum:mainfrom
guw:main

Conversation

@guw
Copy link
Copy Markdown

@guw guw commented Aug 24, 2023

Rewrote the script a little bit to apply patches instead of sed.

Here is what I see for patches/internal-deps-change.patch:

Executing action 'Building lib/libA.jar (1 source file)': One of the files has changed.
Executing action 'Extracting interface for jar bazel-out/darwin_x86_64-fastbuild/bin/lib/libA.jar': One of the files has changed.
Executing action 'Building libB.jar (1 source file)': One of the files has changed.

Bazel says:

4 processes: 1 disk cache hit, 1 internal, 1 darwin-sandbox, 1 worker.

Is libB.jar the disk cache hit?

@fmeum
Copy link
Copy Markdown
Owner

fmeum commented Aug 24, 2023

Yes, only libA.jar is rebuilt in this case, libB.jar is a disk cache hit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants