Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Conversation

@jason-simmons
Copy link
Member

This workaround was originally added for RBE. Builds configured with --goma can also output depfiles that contain the same absolute path prefix seen in RBE builds.

…builds

This workaround was originally added for RBE.  Builds configured with --goma
can also output depfiles that contain the same absolute path prefix seen in RBE builds.
@jason-simmons jason-simmons merged commit 44636f5 into flutter:master Jan 2, 2024
Copy link
Member

@zanderso zanderso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe to be portable, the sed command will need to look like:

sed -i'' -e 's@/b/f/w@../..@g' $depfile

https://unix.stackexchange.com/questions/92895/how-can-i-achieve-portability-with-sed-i-in-place-editing

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants