Yikun commented on code in PR #37243:
URL: https://github.com/apache/spark/pull/37243#discussion_r927200381


##########
.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:
   Try to add the `apt update` before R lint deps installation.
   
   This issue might be 2 reasons.
   
   1. Remote ubuntu upstream source is unstable.
   2. Remote ubuntu source list upgrade but local source list is outdate.
   
   If reason is 2, we can add apt update to solve. I will back my PC 2 hour 
later sorry i couldn't have a try in time



-- 
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]

Reply via email to