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

Make some changes to support aarch64-unknown-linux-gnu #434

Merged
merged 2 commits into from
Jun 1, 2022

Conversation

epgts
Copy link
Contributor

@epgts epgts commented May 26, 2022

  • Change lto back to default of false.
  • Change stats_agg::tests::pg_stats_agg_fuzz to allow more variance.
    • aarch64 varies a lot more on "covar_pop" and "covar_samp".
      We investigated a bit and found that the postgresql equivalents
      we were comparing against varied further from amd64 behavior than
      toolkit's. Possibly differences between gcc and llvm code-gen?
  • Also drop redundant default overrides from profiles in Cargo.toml .

for issue #422

epgts added 2 commits May 26, 2022 12:22
It became "thin" in commit d18ebe6.

Fixes segfaults on aarch64-unknown-linux-gnu
(ron-rs/ron#379)

Also drop redundant default overrides from profiles.

for issue #422
aarch64 varies a lot more on "covar_pop" and "covar_samp".
We investigated a bit and found that the postgresql equivalents
we were comparing against varied further from amd64 behavior than
toolkit's.  Possibly differences between gcc and llvm code-gen?

for issue #422
@epgts epgts marked this pull request as ready for review May 31, 2022 14:43
@epgts epgts requested review from WireBaron and rtwalker May 31, 2022 14:43
@rtwalker
Copy link
Contributor

for issue #422

FYI if you use one of these words, then the issue will be auto-closed when this PR is merged

@epgts
Copy link
Contributor Author

epgts commented Jun 1, 2022

FYI if you use one of these words, then the issue will be auto-closed when this PR is merged

This is sadly not ready to be closed, but thanks!

@epgts
Copy link
Contributor Author

epgts commented Jun 1, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 1, 2022

Build succeeded:

@bors bors bot merged commit ce55756 into main Jun 1, 2022
@bors bors bot deleted the eg/support-aarch64 branch June 1, 2022 17:27
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

3 participants