Yikun opened a new pull request, #37247:
URL: https://github.com/apache/spark/pull/37247
### 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
Update: add `apt update` before installation.
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?
CI passed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]