mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[QUESTION] How do I build ccextractor in an isolated environment (offline) ? #752
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @apteryks on GitHub (Mar 17, 2023).
CCExtractor version: 0.94
Necessary information
Additional information
This is what I see when attempting to build the
ccextractorGNU Guix package I've updated to 0.94 (the build occurs in a minimal, containerized environmen):@cfsmp3 commented on GitHub (Mar 17, 2023):
Maybe you could run "cargo vendor" (inside the rust directory) in a system with internet and copy the result to the offline system.
@apteryks commented on GitHub (Mar 17, 2023):
Thanks. I've just also discovered the
--without-rustbuild flag, which should help me get by until this can be figured out.