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

Temporarily disable docker caching via cargo-chef #643

Merged
merged 1 commit into from
Jun 30, 2022

Conversation

redzic
Copy link
Collaborator

@redzic redzic commented Jun 28, 2022

Unfortunately cargo-chef no longer seems to work for this repository; it complains about a missing 'inherits' directive for the CI profile, even though it is not actually missing. Additionally, downgrading to previous versions also somehow causes errors.

Removing the CI profile fixes the docker build, however, since the scene detection is too slow for the CI in the debug build, and since we still would like overflow checking and debug assertions (and hence can't use the release profile), removing the CI profile is not a feasible workaround for this issue.

Therefore, the only solution for now seems to be to disable cargo-chef altogether, as being able to build via docker is preferable to being unable to do so at all, even if it is not as fast as it could be with docker layer caching.

@mergify mergify bot merged commit d9a7418 into master-of-zen:master Jun 30, 2022
@Extarys
Copy link
Contributor

Extarys commented Jun 30, 2022

For future references, one can look at issue #642

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

Successfully merging this pull request may close these issues.

3 participants