iwasakims commented on pull request #792:
URL: https://github.com/apache/bigtop/pull/792#issuecomment-869380861


   I manually tested that old libarchive is updated by `./gradlew toolchain` on 
CentOS 8 x86_64.
   ```
   $ sudo yum install 
https://vault.centos.org/8.3.2011/BaseOS/x86_64/os/Packages/libarchive-3.3.2-9.el8.x86_64.rpm
   
   $ rpm -q libarchive
   libarchive-3.3.2-9.el8.x86_64
   
   $ cmake --version
   cmake: symbol lookup error: cmake: undefined symbol: 
archive_write_add_filter_zstd
   
   $ ./gradlew toolchain
   
   $ rpm -q libarchive
   libarchive-3.3.3-1.el8.x86_64
   
   $ cmake --version
   cmake version 3.18.2
   
   CMake suite maintained and supported by Kitware (kitware.com/cmake).
   ```
   


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


Reply via email to