Skip to content

Undo crcmod workaround (Take 2)

What does this MR do?

Undo workaround for crcmod slowness from !47441 (merged), which is breaking with the latest changes to the docker image

Latest image (290.0.1) has the compiled crcmod:

$ docker run -it google/cloud-sdk:latest
root@5bd1b9284d84:/# gsutil version -l
gsutil version: 4.49
checksum: 89aa91d37decba4899431c0415120312 (OK)
boto version: 2.49.0
python version: 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0]
OS: Linux 4.19.76-linuxkit
multiprocessing available: True
using cloud sdk: True
pass cloud sdk credentials to gsutil: True
config path(s): No config found
gsutil path: /usr/lib/google-cloud-sdk/bin/gsutil
compiled crcmod: True
installed via package manager: False
editable install: False

Related issues

Relates #7160 (closed)

Merge request reports