Giter Site home page Giter Site logo

Comments (7)

theCapypara avatar theCapypara commented on July 3, 2024 1

This does indeed work, thank you!

If anybody needs a reference: flathub/org.skytemple.Randomizer@2b3d4ce#diff-3e722fa1f0525d390439912146aef963826ca681721f98919ae5d98910855071R197-R240

from setuptools-rust.

theCapypara avatar theCapypara commented on July 3, 2024

Maturin uses config-settings, setuptools-rust could probably do the same.

from setuptools-rust.

davidhewitt avatar davidhewitt commented on July 3, 2024

The most portable way seems to be to send a PR to cargo to support CARGO_OFFLINE directly, if you're open to that?

from setuptools-rust.

davidhewitt avatar davidhewitt commented on July 3, 2024

Alternatively maybe something like #327 (comment) using the config settings.

from setuptools-rust.

theCapypara avatar theCapypara commented on July 3, 2024

If CARGO_OFFLINE would be OK I'd be interested in giving implementing this a try.

I think this sounds like the easiest and also most expected solution. It's also really easy to implement in any CI pipeline (such as Flatpak manifests) without needing to reach into the requirements of the package that uses setuptools-rust (given that pip doesn't strip environment variables... not sure if it does with build isolation).

from setuptools-rust.

davidhewitt avatar davidhewitt commented on July 3, 2024

Actually now that I look at this again I realise what you want is already present - setting CARGO_NET_OFFLINE=true should set offline mode.

See https://doc.rust-lang.org/cargo/reference/config.html#netoffline

from setuptools-rust.

theCapypara avatar theCapypara commented on July 3, 2024

Oh, really?
I looked for an option like this. Now it's been a short while, but I wonder how I missed this, or if I tried and it didn't work. I'll try again and update.

from setuptools-rust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.