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

WIP: Add option to skip RW mode check #2133

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Commits on Mar 18, 2024

  1. Add skip-mode-check option to config and env

    In the config, `cache.assume_rw_mode`; in the environment,
    `SCCACHE_ASSUME_RW_MODE`. The "winning" value, if any is specified, will
    cause the server to skip the read/write `check` of the remote backend
    and assume that it operates in the given mode.
    cceckman authored and sylvestre committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    50b1fdc View commit details
    Browse the repository at this point in the history
  2. Respect assume_rw_mode

    cceckman authored and sylvestre committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    06edc6e View commit details
    Browse the repository at this point in the history