Skip to content

Commit

Permalink
Fix fortanix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Aug 16, 2020
1 parent 9976a60 commit ccfd438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target="x86_64-fortanix-unknown-sgx"

install_prereq() {
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 install -y --no-install-recommends \
build-essential \
Expand Down

0 comments on commit ccfd438

Please sign in to comment.