← Back to issue list

meson plugin uses internet access during build, instead of pull

View original Launchpad issue

Metadata

Project
snapcraft
Number
#1964329
Type
issue
State
open
Author
~xnox
Labels
Created
2022-03-09 10:17:30.294362+00:00
Updated
2022-03-09 10:17:30.294362+00:00
Closed

Current evaluation

Meson plugin runs pip install during build instead of pull, causing network access issues. Open, unassigned, and untriaged. Author plans to manually override the plugin to move package installation to the pull stage.

Suggested action: close stale

Reason: The issue is over 4 years old with zero maintainer interaction or comments. The author already documented a manual workaround, and the plugin architecture has likely evolved significantly since then, making the reported behavior irrelevant to current versions. It meets the criteria for closure due to staleness and lack of ongoing relevance.

Staleness: 98 Complexity: 20 Confidence: 90 Support Request: 10

Issue body

meson plugin uses internet access during build, instead of pull It generates build command: /usr/bin/python3 -m pip install -U {meson_package} Ideally that should be pulled-in during pull stage I think I will have to unroll meson plugin, and do what it does by hand, such that I can shuffle `pip install` during override-pull, instead of during build. As I am running out of network access time during riscv builds with meson.

Evaluation history

Date Model Scores Action Summary
2026-06-19 04:14:12.139563+00:00 qwen3.6-35b-a3b-mtp-q6
Staleness: 98
Complexity: 20
Confidence: 90
Support Request: 10
close stale Meson plugin runs pip install during build instead of pull, causing network access issues. Open, unassigned, and untriaged. Author plans to manually override the plugin to move package installation to the pull stage.
2026-06-19 04:11:05.341702+00:00 pending