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

Adapt gcc's contrib/gcc_update script for use here #40

Open
cooljeanius opened this issue Jan 29, 2024 · 1 comment
Open

Adapt gcc's contrib/gcc_update script for use here #40

cooljeanius opened this issue Jan 29, 2024 · 1 comment
Labels

Comments

@cooljeanius
Copy link
Owner

GCC has a script in its contrib folder called gcc_update that fixes timestamps sometimes being off after a checkout:
https://github.com/cooljeanius/gcc/blob/master/contrib/gcc_update
Unfortunately it makes a lot of assumptions about the gcc-specific nature of the source tree's layout, so it can't just be copied over, but rather would require some modifications in order to be useful here...

@cooljeanius
Copy link
Owner Author

I might try doing a bit of this in the CI configs

cooljeanius added a commit that referenced this issue Feb 2, 2024
I hate the flakiness of this build system... my kingdom for consistent timestamps! See issue #40

Change-Id: I71e0cbd2cc8693845882cc21d66c0a995c4181d5
@cooljeanius cooljeanius added the good first issue Good for newcomers label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant