-
Notifications
You must be signed in to change notification settings - Fork 593
Unbreak build-benchmark-app #8388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8388
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 4 PendingAs of commit 3a1600b with merge base d92a763 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -211,7 +211,7 @@ sed -i '' '1i\ | |||
sed -i '' '1i\ | |||
#define C10_USING_CUSTOM_GENERATED_MACROS | |||
' $HEADERS_PATH/executorch/runtime/core/portable_type/c10/macros/Export.h | |||
ln -s $HEADERS_PATH/executorch/runtime/core/portable_type/c10 "$HEADERS_PATH/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iirc, here's what worked for me:
ln -s executorch/runtime/core/portable_type/c10 "$HEADERS_PATH/c10"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would expect that we are likely to accidentally produce a framework containing a broken symbolic link. I would like to retreat to safety given the amount of breakage we are seeing currently. I don't expect saving disk I/O for a couple dozen text files to be a significant win in 2025.
Happy to unblock, but curious what the root cause is? |
I agree that we could get it working with a symlink, I just don't think it is an impactful thing to spend time on. |
We delete the headers after symlinking them into frameworks. whoops!