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
Including the PATH variable in ENV_VARS of the build.rs script is causing my workflow to pretty much continuously recompile opencv. I'd suggest reverting commit 94b0d1e since the PATH variable isn't actually used in the building of opencv.
For context my workflow is as follows:
Make changes in vscode
cargo check runs after saving
run cargo build in the console
Since vscode uses a different path environment than my console the opencv-rust crate recompiles every single time, costing me quite a bit of development time (on my reasonably chunky pc compiling opencv-rust takes at least 30 seconds).
I'll be downgrading to version 0.69.0 to avoid this issue, but I'd thought I'd mention it here for other people noticing the same thing.
The text was updated successfully, but these errors were encountered:
Including the PATH variable in ENV_VARS of the build.rs script is causing my workflow to pretty much continuously recompile opencv. I'd suggest reverting commit 94b0d1e since the PATH variable isn't actually used in the building of opencv.
For context my workflow is as follows:
Since vscode uses a different path environment than my console the opencv-rust crate recompiles every single time, costing me quite a bit of development time (on my reasonably chunky pc compiling opencv-rust takes at least 30 seconds).
I'll be downgrading to version 0.69.0 to avoid this issue, but I'd thought I'd mention it here for other people noticing the same thing.
The text was updated successfully, but these errors were encountered: