Skip to content

Comments

cli_args for meson install#19301

Merged
memsharded merged 2 commits intoconan-io:develop2from
Eugene-Alexeev:feature/meson_cli_args
Nov 24, 2025
Merged

cli_args for meson install#19301
memsharded merged 2 commits intoconan-io:develop2from
Eugene-Alexeev:feature/meson_cli_args

Conversation

@Eugene-Alexeev
Copy link
Contributor

@Eugene-Alexeev Eugene-Alexeev commented Nov 24, 2025

Changelog: Feature: Adding optional cli_args to meson install.
Docs: Omit

This is needed to skip rebuilding on external libraries modification for example, as explained in - #19292

And to mimic cmake's api a bit closer.

cli_args for cmake isn't mentioned in https://github.com/conan-io/docs/, only with docstring in conan itself, so not sure how to approach documentation for meson regarding it

@CLAassistant
Copy link

CLAassistant commented Nov 24, 2025

CLA assistant check
All committers have signed the CLA.

@memsharded memsharded self-assigned this Nov 24, 2025
Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, many thanks for the contribution!
Just one minor suggestion, I will merge it myself, aiming for 2.23 tomorrow.

@Eugene-Alexeev
Copy link
Contributor Author

Eugene-Alexeev commented Nov 24, 2025

seems bazel is borked, unrelated to changes

(16:15:25) WARNING: Download from https://github.com/bazelbuild/rules_java/releases/download/5.5.1/rules_java-5.5.1.tar.gz failed: class java.io.IOException connect timed out
(16:15:25) ERROR: An error occurred during the fetch of repository 'rules_java':
   Traceback (most recent call last):
	File "/private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpfcmr0035conans/pathwithoutspaces/22473b0aab61707f0ae8744770050b18/external/bazel_tools/tools/build_defs/repo/http.bzl", line 132, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://github.com/bazelbuild/rules_java/releases/download/5.5.1/rules_java-5.5.1.tar.gz] to /private/var/folders/6c/pzd640_546q6_yfn24r65c_40000gn/T/tmpfcmr0035conans/pathwithoutspaces/22473b0aab61707f0ae8744770050b18/external/rules_java/temp12972778359195089295/rules_java-5.5.1.tar.gz: connect timed out

@memsharded memsharded added this to the 2.23.0 milestone Nov 24, 2025
@memsharded memsharded merged commit fee7bbb into conan-io:develop2 Nov 24, 2025
30 of 31 checks passed
@memsharded
Copy link
Member

yeah, it was a glitch, relaunched and it passed.

Merged, it will be in next release, thanks again!

@memsharded
Copy link
Member

cli_args for cmake isn't mentioned in https://github.com/conan-io/docs/, only with docstring in conan itself, so not sure how to approach documentation for meson regarding it

Just marked Docs: Omit for this one, as it will be auto-generated.

@Eugene-Alexeev Eugene-Alexeev deleted the feature/meson_cli_args branch November 24, 2025 17:41
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.

3 participants