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

Disable implicit suffix rules in submakefiles #1902

Merged
merged 1 commit into from
May 10, 2024

Conversation

JasonGross
Copy link
Collaborator

I believe this was causing issues, e.g.,
here when uploaded artifacts failed to preserve relative timestamps on .o files vs output executables, and as a result invoked automatic suffix rules and failed.

I believe this was causing issues, e.g.,
[here](https://github.com/mit-plv/fiat-crypto/actions/runs/9023963682/job/24799935044?pr=1898#step:5:39)
when uploaded artifacts failed to preserve relative timestamps on .o
files vs output executables, and as a result invoked automatic [suffix
rules](https://www.gnu.org/software/make/manual/html_node/Suffix-Rules.html)
and failed.
@JasonGross JasonGross enabled auto-merge (squash) May 10, 2024 05:40
@JasonGross JasonGross merged commit 8360733 into mit-plv:master May 10, 2024
55 checks passed
@JasonGross JasonGross deleted the no-suffixes branch May 10, 2024 17:09
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.

None yet

1 participant