Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade hiredis to fix Docker build: (#12794)
``` 2024-11-29 14:01:13.657 AEDT Step #0: clang -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ivendor -I/usr/local/include/python3.10 -c src/hiredis.c -o build/temp.linux-x86_64-cpython-310/src/hiredis.o 2024-11-29 14:01:13.657 AEDT Step #0: error: command 'clang' failed: No such file or directory 2024-11-29 14:01:13.657 AEDT Step #0: [end of output] 2024-11-29 14:01:13.657 AEDT Step #0: 2024-11-29 14:01:13.657 AEDT Step #0: note: This error originates from a subprocess, and is likely not a problem with pip. 2024-11-29 14:01:13.658 AEDT Step #0: [0m[91m ERROR: Failed building wheel for hiredis 2024-11-29 14:01:13.659 AEDT Step #0: [0m Running setup.py clean for hiredis 2024-11-29 14:01:14.059 AEDT Step #0: Failed to build hiredis ``` Use a version that has a compatible prebuilt. For #12772.
- Loading branch information