Skip to content

Apply fixes to build.rs files #670

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

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

tgross35
Copy link
Contributor

Make the following changes:

  • Add rerun-if-changed to the new configure.rs, it seems this was causing incorrect caching.
  • Change from matching i686 to x86. The target triple starts with i686 so that is what we were checking before, but the architecture is x86. This change should have been made when we added struct Target, update it now instead.

Make the following changes:

- Add `rerun-if-changed` to the new `configure.rs`, it seems this was
  causing incorrect caching.
- Change from matching `i686` to `x86`. The target triple starts with
  `i686` so that is what we were checking before, but the architecture
  is `x86`. This change should have been made when we added `struct
  Target`, update it now instead.
@tgross35 tgross35 enabled auto-merge August 19, 2024 12:08
@tgross35 tgross35 merged commit d96d3a7 into rust-lang:master Aug 19, 2024
24 checks passed
@tgross35 tgross35 deleted the build-fix branch August 19, 2024 12:15
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.

1 participant