mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Fix test_android test failure, add libpulse0 dep
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/20377 Differential Revision: D8983760 Pulled By: hramos fbshipit-source-id: d36cdb577b0eadc78e3274db755d05d440ae423f
This commit is contained in:
committed by
Facebook Github Bot
parent
70913a4623
commit
dfcf9c50b6
@@ -13,7 +13,7 @@ fi
|
||||
if ! [[ -d ~/vendor/apt/archives ]]; then
|
||||
# It doesn't so download the packages
|
||||
echo "Downloading build dependencies..."
|
||||
sudo apt-get install --download-only ant autoconf automake g++ gcc libqt5widgets5 lib32z1 lib32stdc++6 make maven python-dev python3-dev qml-module-qtquick-controls qtdeclarative5-dev file -y
|
||||
sudo apt-get install --download-only ant autoconf automake g++ gcc libqt5widgets5 lib32z1 lib32stdc++6 make maven python-dev python3-dev qml-module-qtquick-controls qtdeclarative5-dev libpulse0 file -y
|
||||
# Then move them to our cache directory
|
||||
sudo cp -R /var/cache/apt ~/vendor/
|
||||
# Making sure our user has ownership, in order to cache
|
||||
|
||||
Reference in New Issue
Block a user