mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
trying the impossible
This commit is contained in:
parent
c152479d17
commit
03654c199c
@ -16,6 +16,7 @@ script:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- cat /proc/cpuinfo
|
- cat /proc/cpuinfo
|
||||||
|
- sudo apt-get dist-upgrade -qq --force-yes
|
||||||
- sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"
|
- sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"
|
||||||
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
|
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
|
||||||
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) multiverse"
|
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) multiverse"
|
||||||
@ -38,7 +39,7 @@ before_install:
|
|||||||
- if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90; fi
|
- if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90; fi
|
||||||
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5125D2724EAF93B6
|
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5125D2724EAF93B6
|
||||||
# - sudo sh -c "echo net.core.rmem_max = 262144 \ >> /etc/sysctl.conf"
|
# - sudo sh -c "echo net.core.rmem_max = 262144 \ >> /etc/sysctl.conf"
|
||||||
- sudo sh -c "echo 83886080 > /proc/sys/net/core/wmem_max"
|
#- sudo sh -c "echo 83886080 > /proc/sys/net/core/wmem_max"
|
||||||
- sudo sh -c "echo net.core.wmem_max = 262144 \ >> /etc/sysctl.conf"
|
#- sudo sh -c "echo net.core.wmem_max = 262144 \ >> /etc/sysctl.conf"
|
||||||
- sudo /sbin/sysctl -p
|
- sudo /sbin/sysctl -p
|
||||||
- sudo apt-get install -y cmake git-core g++ libstdc++-4.8-dev libboost-all-dev python-wxgtk2.8 uhd-host gnuradio libarmadillo-dev liblapack-dev libopenblas-dev libssl-dev
|
- sudo apt-get install -y cmake git-core g++ libstdc++-4.8-dev libboost-all-dev python-wxgtk2.8 uhd-host gnuradio libarmadillo-dev liblapack-dev libopenblas-dev libssl-dev
|
Loading…
Reference in New Issue
Block a user