Skip to content
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

feat: timing in build system #1411

Merged
merged 19 commits into from
Aug 8, 2023
Merged

feat: timing in build system #1411

merged 19 commits into from
Aug 8, 2023

Conversation

ludamad
Copy link
Collaborator

@ludamad ludamad commented Aug 3, 2023

This is now ready.
Let's see if we can profile our build steps.

Note build-system is now a subrepo and will be mirrored.

@ludamad
Copy link
Collaborator Author

ludamad commented Aug 3, 2023

hmm didnt work re timing

@@ -1,7 +1,7 @@
set -eu
# Retries up to 10 times with 10 second intervals
for i in $(seq 1 10); do
"$@" && return || sleep 10
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure why this wasnt hit before but eventually got 'cant call return outside of function'

@ludamad ludamad enabled auto-merge (squash) August 3, 2023 19:43
@ludamad ludamad requested a review from spalladino August 8, 2023 18:01
@ludamad ludamad merged commit b30f43f into master Aug 8, 2023
@ludamad ludamad deleted the ad/yarn-project-base-timing branch August 8, 2023 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants