Commit 7c0e0be
authored
[Pillow] Removed yum symlinks (#12904)
https://github.com/google/oss-fuzz/blob/2ef5c1fd8bb77f86866069ddf063e9b0efcc7256/projects/pillow/Dockerfile#L32-L33
These lines can be removed. Pillow no longer needs to suppress errors
when calling yum.
They would have been there originally because
- multibuild called `yum_install` for installing
[zlib](https://github.com/multi-build/multibuild/blob/42d761728d141d8462cd9943f4329f12fe62b155/library_builders.sh#L144)
and
[`cmake`](https://github.com/multi-build/multibuild/blob/42d761728d141d8462cd9943f4329f12fe62b155/library_builders.sh#L217),
but python-pillow/pillow-wheels#204 and
python-pillow/Pillow#8593 mean that those are
used anymore.
- Pillow called `yum` to remove zlib-devel, but that is no longer the
case after python-pillow/Pillow#8658
cc @hugovk
Co-authored-by: Andrew Murray <[email protected]>1 parent 2ef5c1f commit 7c0e0be
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
0 commit comments