fix: disable incremental compilation for sccache cache consistency #26
No reviewers
Labels
No labels
needs/docs
needs/research
needs/upstream
type/bug
type/external
type/feature
type/refactor
urgency
high
urgency
immediate
urgency
low
urgency
medium
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/kennel!26
Loading…
Reference in a new issue
No description provided.
Delete branch "sccache-devenv-consistency"
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?
Kennel Deployments
Last updated for commit
ab83408.@ -58,7 +58,7 @@ inpackages = [ pkgs.sccache ] ++ cfg.nativeBuildInputs;env = {CARGO_PROFILE_DEV_DEBUG = "0";disabling incremental makes sense, but does that require turning on debug or something?? disabling debug is here as a performance optimization, it makes local compilation faster
@ -58,6 +58,7 @@ inpackages = [ pkgs.sccache ] ++ cfg.nativeBuildInputs;env = {CARGO_INCREMENTAL = "0"; # sccache requires incremental compilation to be offactually now im wondering if we should even disable incremental, it'll make local compilation a lot slower
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.