diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-05-03 15:49:15 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2024-05-03 15:49:15 +0200 |
| commit | 27d1d0a6a41059a6e499b137ef8b3cc50fb610b6 (patch) | |
| tree | dc7e75bee06a94f1327181ed8c06a6b4ed3117f7 /src/ci/docker | |
| parent | 79734f1db8dbe322192dea32c0f6b80ab14c4c1d (diff) | |
| download | rust-27d1d0a6a41059a6e499b137ef8b3cc50fb610b6.tar.gz rust-27d1d0a6a41059a6e499b137ef8b3cc50fb610b6.zip | |
Do not include Docker version in caching key
We are now using Docker caching directly rather than downloading archives from S3, so it should not be needed. This should unblock reusing the cache locally.
Diffstat (limited to 'src/ci/docker')
| -rwxr-xr-x | src/ci/docker/run.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ci/docker/run.sh b/src/ci/docker/run.sh index fcc507b572c..b9a559039e0 100755 --- a/src/ci/docker/run.sh +++ b/src/ci/docker/run.sh @@ -71,8 +71,6 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then # only run in x86_64 machines. uname -m >> $hash_key - docker --version >> $hash_key - # Include cache version. Can be used to manually bust the Docker cache. echo "2" >> $hash_key |
