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

Live documentation doesn't reflect release reality #2146

Open
skull-squadron opened this issue Apr 6, 2024 · 1 comment
Open

Live documentation doesn't reflect release reality #2146

skull-squadron opened this issue Apr 6, 2024 · 1 comment

Comments

@skull-squadron
Copy link

The documentation says:

SCCACHE_MEMCACHED is a deprecated alias for SCCACHE_MEMCACHED_ENDPOINT for unifying the variable name with other remote storages.

Unfortunately, SCCACHE_MEMCACHED_ENDPOINT has no effect at all in 0.7.7, with or without a spawned server because it's recent churn.

Perhaps development should be straight line on another branch while main is stable and reliable according to what has been released.

Expected behavior

$ SCCACHE_MEMCACHED_ENDPOINT=tcp://.... sccache -s | grep loc
Cache location                  memcached, name: memcached, prefix: /

Actual behavior

$ SCCACHE_MEMCACHED_ENDPOINT=tcp://.... sccache -s | grep loc
Cache location                  Cache location                  Local disk: "...."
$ SCCACHE_MEMCACHED=tcp://.... sccache -s | grep loc
Cache location                  memcached, name: memcached, prefix: /

Environment

  • sccache 0.7.7
  • rust 1.77.1
@sylvestre
Copy link
Collaborator

would you mind providing a PR to fix it? thanks

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

No branches or pull requests

2 participants