https://github.com/apache/spark
Revision 25fdf9322f75f9ef58d4e3cf0c9da42d4e39cc84 authored by Ruifeng Zheng on 21 July 2022, 13:29:18 UTC, committed by Hyukjin Kwon on 21 July 2022, 13:29:27 UTC
### What changes were proposed in this pull request?

move `libfontconfig1-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev` from `Install dependencies for documentation generation` to `Install R linter dependencies and SparkR`

### Why are the changes needed?
to make CI happy

`Install R linter dependencies and SparkR` started to fail after `devtools_2.4.4` was released.

```
 --------------------------- [ANTICONF] --------------------------------
Configuration failed to find the fontconfig freetype2 library. Try installing:
 * deb: libfontconfig1-dev (Debian, Ubuntu, etc)
 * rpm: fontconfig-devel (Fedora, EPEL)
 * csw: fontconfig_dev (Solaris)
 * brew: freetype (OSX)
 ```

it seems that `libfontconfig1-dev` is needed now.

also refer to https://github.com/r-lib/systemfonts/issues/35#issuecomment-633560151

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
existing tests

Closes #37243 from zhengruifeng/ci_add_dep.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit 67efa318ec8cababdb5683ac262a8ebc3b3beefb)
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent dcaa6e0
History
Tip revision: 25fdf9322f75f9ef58d4e3cf0c9da42d4e39cc84 authored by Ruifeng Zheng on 21 July 2022, 13:29:18 UTC
[SPARK-39831][BUILD] Fix R dependencies installation failure
Tip revision: 25fdf93

README.md

back to top