Skip to content

Commit

Permalink
Upgrade hiredis to fix Docker build:
Browse files Browse the repository at this point in the history
```
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
oliverchang committed Nov 29, 2024
1 parent e9cbf07 commit bc4ae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/build/functions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
################################################################################

Brotli==1.0.9
hiredis==1.1.0
hiredis==3.0.0
PyYaml==6.0
PyGithub==1.51
grpcio==1.49.1
Expand Down

0 comments on commit bc4ae9a

Please sign in to comment.