mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
CI: update llvm apt sources to correct ubuntu version
In the pipelines.yml file we request Ubuntu 18.04 Bionic Beaver, but in the script we were still using the Xenial apt.llvm.org sources.
This commit is contained in:
parent
4d54e9a4fb
commit
9daa7e1e19
@ -5,7 +5,7 @@ set -e
|
|||||||
|
|
||||||
BUILDDIR="$(pwd)"
|
BUILDDIR="$(pwd)"
|
||||||
|
|
||||||
sudo sh -c 'echo "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main" >> /etc/apt/sources.list'
|
sudo sh -c 'echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main" >> /etc/apt/sources.list'
|
||||||
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
|
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
|
||||||
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||||
sudo apt-get update -q
|
sudo apt-get update -q
|
||||||
|
Loading…
Reference in New Issue
Block a user