|
|
|
|
|
by cesarb
3033 days ago
|
|
> those are things that can be fetched at build time At least for Linux distributions, the package builders are normally not allowed any network access; this was an issue for packages using Rust before cargo-vendor and the introduction of a flag to cargo to never try to update the lockfile. Not allowing network access for build hosts is probably not limited to Linux distributions, so this use case will have to be addressed sooner or later. |
|