We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aeb5d9 commit 47d2592Copy full SHA for 47d2592
.travis.yml
@@ -12,10 +12,8 @@ git:
12
depth: 20
13
14
before_install:
15
- - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
16
- sudo apt-get update -qq
17
- - sudo apt-get install -y python-ply python-git libelf-dev codespell fakeroot gcc-9 g++-9 gcc-aarch64-linux-gnu
18
- - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9
+ - sudo apt-get install -y python-ply python-git libelf-dev codespell fakeroot gcc g++ gcc-aarch64-linux-gnu
19
- sudo apt-get install -y xz-utils lftp
20
21
install:
0 commit comments