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

Commits on May 10, 2024

  1. Disable implicit suffix rules in submakefiles

    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 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4e983c1 View commit details
    Browse the repository at this point in the history