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

dev: extconf supports --gumbo-dev #3220

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

Enable a faster development feedback loop when working on libgumbo. See notes in CONTRIBUTING.md for how to use it.

Closes #2718

flavorjones added a commit that referenced this pull request Jun 7, 2024
- remove the `rebuild-libgumbo` target which is probably not needed
  once #3220 is merged
- avoid downloading googletest when just running `rake compile`
- update the Manifest check to ignore new gumbo-parser/ files
- simplify the 'host' variable in gumbo.rake, since we're only using
  it in development (and not cross-compiling)
@flavorjones flavorjones merged commit f306126 into main Jun 7, 2024
131 of 132 checks passed
@flavorjones flavorjones deleted the flavorjones-fix-gumbo-dev-builds branch June 7, 2024 20:05
flavorjones added a commit that referenced this pull request Jun 7, 2024
- remove the `rebuild-libgumbo` target which is probably not needed
  once #3220 is merged
- avoid downloading googletest when just running `rake compile`
- update the Manifest check to ignore new gumbo-parser/ files
- simplify the 'host' variable in gumbo.rake, since we're only using
  it in development (and not cross-compiling)
flavorjones added a commit that referenced this pull request Jun 7, 2024
- remove the `rebuild-libgumbo` target which is probably not needed
  once #3220 is merged
- avoid downloading googletest when just running `rake compile`
- update the Manifest check to ignore new gumbo-parser/ files
- simplify the 'host' variable in gumbo.rake, since we're only using
  it in development (and not cross-compiling)
flavorjones added a commit that referenced this pull request Jun 7, 2024
- remove the `rebuild-libgumbo` target which is probably not needed
  once #3220 is merged
- avoid downloading googletest when just running `rake compile`
- update the Manifest check to ignore new gumbo-parser/ files
- simplify the 'host' variable in gumbo.rake, since we're only using
  it in development (and not cross-compiling)
- put back the libgumbo $libs, $LIBPATH, and include flags modifications
flavorjones added a commit that referenced this pull request Jun 8, 2024
- remove the `rebuild-libgumbo` target which is probably not needed
  once #3220 is merged
- avoid downloading googletest when just running `rake compile`
- update the Manifest check to ignore new gumbo-parser/ files
- simplify the 'host' variable in gumbo.rake, since we're only using
  it in development (and not cross-compiling)
- put back the libgumbo $libs, $LIBPATH, and include flags modifications
- make sure libgumbo is built static
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.

[build bug] Modifying gumbo source doesn't cause rebuilds
1 participant