Commit 7a8bad7
[SPARK-55319][PYTHON][INFRA] Add libjpeg-dev to pypy dockerfile
### What changes were proposed in this pull request?
`libjpeg` is removed from pypy image in 3b2ab27 . However that lib is required for pypy to build `pillow` from source. Add this back to make the image build again.
### Why are the changes needed?
pypy builds are failing.
https://github.com/apache/spark/actions/runs/21595874748/job/62228181146
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Scheduled CI should pass.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54101 from gaogaotiantian/fix-pypy-build.
Authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>1 parent 8ffd150 commit 7a8bad7
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments