Fix fortanix build
This commit is contained in:
parent
9976a60077
commit
ccfd438aa6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ target="x86_64-fortanix-unknown-sgx"
|
||||||
|
|
||||||
install_prereq() {
|
install_prereq() {
|
||||||
curl https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
|
curl https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
|
||||||
add-apt-repository -y 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main'
|
add-apt-repository -y 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main'
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue