Yikun commented on code in PR #37243:
URL: https://github.com/apache/spark/pull/37243#discussion_r927205324
##########
.github/workflows/build_and_test.yml:
##########
@@ -552,7 +552,9 @@ jobs:
python3.9 -m pip install 'pandas-stubs==1.2.0.53'
- name: Install R linter dependencies and SparkR
run: |
- apt-get install -y libcurl4-openssl-dev libgit2-dev libssl-dev
libxml2-dev
+ apt-get install -y libcurl4-openssl-dev libgit2-dev libssl-dev
libxml2-dev \
+ libfontconfig1-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev
libpng-dev \
Review Comment:
https://github.com/Yikun/spark/pull/135
See this, I submit a pr from my phone, looks like apt install work as
expected. ruifeng you could have a try.
--
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]