Skip to content

Avoid triggering a rebuild on meson install#317

Merged
stefanv merged 1 commit intoscientific-python:mainfrom
rgommers:meson-no-rebuild-on-install
Mar 9, 2026
Merged

Avoid triggering a rebuild on meson install#317
stefanv merged 1 commit intoscientific-python:mainfrom
rgommers:meson-no-rebuild-on-install

Conversation

@rgommers
Copy link
Contributor

@rgommers rgommers commented Mar 8, 2026

The package was just built, so there's no need to rebuild it right away. This change makes the build command slightly faster, and it avoids overwriting the generated .ninja_log file immediately after it's been generated during the build.

The package was just built, so there's no need to rebuild it right away.
This change makes the `build` command slightly faster, and it avoids
overwriting the generated `.ninja_log` file immediately after it's
been generated during the build.
@stefanv stefanv added the type: Enhancement New feature or request label Mar 9, 2026
@stefanv
Copy link
Member

stefanv commented Mar 9, 2026

Thanks, Ralf!

@stefanv stefanv merged commit aac5fec into scientific-python:main Mar 9, 2026
17 of 18 checks passed
@stefanv stefanv added this to the 0.15 milestone Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants