You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to publish an app using Flatpak. Flatpak works with completely offline builds where all artifacts are pre-fetched and no internet connection is available in the build environment,
At the moment (as far as I can tell) maturin only supports offline mode via the maturin CLI. This is very tedious to setup in such a build environment, and there seems to be no way to pass this flag using normal pip or other packaging tool installations. As such I'm currently forced to write rather complicated workarounds to install maturin and run it for every module that requires it.
It would be great if offline mode could be enforced using an environment variable, ideally one shared with Setuptools Rust, see this issue: PyO3/setuptools-rust#363
The text was updated successfully, but these errors were encountered:
It must be noted that Maturin and tomli must be pre-built in a preceding module, because maturin itself currently needs to be patched due to PyO3/setuptools-rust#363
Hello! I'm trying to publish an app using Flatpak. Flatpak works with completely offline builds where all artifacts are pre-fetched and no internet connection is available in the build environment,
At the moment (as far as I can tell)
maturin
only supports offline mode via thematurin
CLI. This is very tedious to setup in such a build environment, and there seems to be no way to pass this flag using normal pip or other packaging tool installations. As such I'm currently forced to write rather complicated workarounds to install maturin and run it for every module that requires it.It would be great if offline mode could be enforced using an environment variable, ideally one shared with Setuptools Rust, see this issue:
PyO3/setuptools-rust#363
The text was updated successfully, but these errors were encountered: