Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling plrust functions offline? #416

Open
eceppda opened this issue Dec 5, 2024 · 0 comments
Open

Compiling plrust functions offline? #416

eceppda opened this issue Dec 5, 2024 · 0 comments

Comments

@eceppda
Copy link

eceppda commented Dec 5, 2024

I have created a container image, mostly based on the example Dockerfile.try in this repo. My intent is to use it in a development environment where network access to index.crates.io is not available. I discovered yesterday when running the container in this environment that compiling a plrust function executes cargo build which requires access to crates. My question is- is there a way to either compile a plrust function (one without an explicit crates dependency) without making a network call to a creates index or rebuild my container image so that it's not necessary? Apologies if this question is not appropriate here, I am very new to Rust.

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

No branches or pull requests

1 participant