Skip to content

Commit 7c0e0be

Browse files
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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/pillow/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ RUN $SRC/Pillow/Tests/oss-fuzz/build_dictionaries.sh
2929

3030
COPY build_depends.sh $SRC
3131

32-
RUN ln -s /bin/true /usr/local/bin/yum_install \
33-
&& ln -s /bin/true /usr/local/bin/yum \
34-
&& cd $SRC/Pillow \
32+
RUN cd $SRC/Pillow \
3533
&& git submodule update --init wheels/multibuild \
3634
&& bash $SRC/build_depends.sh
3735

0 commit comments

Comments
 (0)