The simple bazel cache
- No egress fees. Pay for storage, not data transfer volume.
- Simple auth. Never manually manage an API key again.
- Global. Served from 300+ locations around the world.
Usage
Locally using memoizework/credential-helper:
$ go install github.com/memoizework/credential-helper/cmd/memoize-credential-helper@latest $ memoize-credential-helper login $ bazel build \ --credential_helper=memoize.work=$GOBIN/memoize-credential-helper \ --remote_cache=memoize.work \ --remote_instance_name=github.com/your/repo
On Github Actions using memoizework/action:
permissions: id-token: write uses: memoizework/action@v1 steps: - run: bazel build --config memoize //...
Coming soon
build --bes_backend=memoize.work build --bes_instance_name=github.com/your/repo build --bes_results_url=https://memoize.work/i/ build --experimental_remote_downloader=memoize.work