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

gaul: regenerate configure for linux build as well #215718

Merged
merged 1 commit into from
Mar 22, 2025

Conversation

chenrui333
Copy link
Member

gaul: add explicit --build flag for linux arm build


@carlocab carlocab added the CI-no-bottles Merge without publishing bottles label Mar 22, 2025
@fxcoudert
Copy link
Member

fxcoudert commented Mar 22, 2025

I see a few ways to handle this:

  1. autoreconf probably is the cleaner way; it should never hurt, really, and the dependencies it introduces are only build deps
  2. passing --build explicitly
  3. We could also handle it in brew: when we unpack sources or resources, on aarch64-linux only, when they contain an outdated config.guess or config.sub, replace them with a fixed version.

They are in decreasing order of preference, for me. Option 3 would be useful if we have hundreds of affected formulas.

@chenrui333 chenrui333 force-pushed the gaul-linux-arm-build branch from bb6ebb5 to f7016bf Compare March 22, 2025 13:39
@chenrui333 chenrui333 changed the title gaul: add explicit --build flag for linux arm build gaul: regenerate configure for linux build as well Mar 22, 2025
@chenrui333 chenrui333 force-pushed the gaul-linux-arm-build branch 2 times, most recently from 8a0231e to 83789f2 Compare March 22, 2025 14:01
@chenrui333 chenrui333 force-pushed the gaul-linux-arm-build branch from 83789f2 to df08d4f Compare March 22, 2025 14:06
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 22, 2025
Merged via the queue into master with commit e72a0ad Mar 22, 2025
21 checks passed
@BrewTestBot BrewTestBot deleted the gaul-linux-arm-build branch March 22, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-no-bottles Merge without publishing bottles linux-arm-bottling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants