How does one use or debug wheel caching?
I am using something like this
$ bazel test --test_output=errors -s --build_tests_only \
--action_env BAZEL_WHEEL_CACHE=https://foo/bar //test:target
But it still seems to be fetching things upstream, e.g.
Downloading https://files.pythonhosted.org/packages/74/68/d87d9b36af36f44254a8d512cbfc48369103a3b9e474be9bdfe536abfc45/python_dateutil-2.7.5-py2.py3-none-any.whl (225kB)
How does one use or debug wheel caching?
I am using something like this
$ bazel test --test_output=errors -s --build_tests_only \ --action_env BAZEL_WHEEL_CACHE=https://foo/bar //test:targetBut it still seems to be fetching things upstream, e.g.