mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
no apt-get dist-upgrade for focal
This commit is contained in:
@@ -35,16 +35,20 @@ else
|
||||
echo "RUNNING: apt update..."
|
||||
sudo apt-get -qq --yes update > /dev/null
|
||||
echo "RUNNING: apt dist-upgrade..."
|
||||
sudo apt-get -qq --yes dist-upgrade > /dev/null
|
||||
#sudo apt-get -qq --yes dist-upgrade > /dev/null
|
||||
#sudo apt-get --yes dist-upgrade
|
||||
echo "Installing build tools..."
|
||||
sudo apt-get -qq --yes install build-essential
|
||||
#sudo apt-get -qq --yes install build-essential
|
||||
sudo apt-get --yes install build-essential
|
||||
echo "Installing deps for python3"
|
||||
sudo cp -v /etc/apt/sources.list /tmp
|
||||
sudo chmod a+rwx /tmp/sources.list
|
||||
echo "deb-src http://archive.ubuntu.com/ubuntu/ $TRAVIS_DIST main" >> /tmp/sources.list
|
||||
sudo cp -v /tmp/sources.list /etc/apt
|
||||
sudo apt-get -qq --yes update > /dev/null
|
||||
sudo apt-get -qq --yes build-dep python3 > /dev/null
|
||||
#sudo apt-get -qq --yes update > /dev/null
|
||||
#sudo apt-get -qq --yes build-dep python3 > /dev/null
|
||||
sudo apt-get --yes update
|
||||
sudo apt-get --yes build-dep python3
|
||||
|
||||
# Compile latest OpenSSL
|
||||
wget --quiet https://www.openssl.org/source/openssl-$BUILD_OPENSSL_VERSION.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user