Skip to content

Commit 68d6e56

Browse files
Fix fortanix build
1 parent 798ba0e commit 68d6e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target="x86_64-fortanix-unknown-sgx"
77

88
install_prereq() {
99
curl https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
10-
add-apt-repository -y 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main'
10+
add-apt-repository -y 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main'
1111
apt-get update
1212
apt-get install -y --no-install-recommends \
1313
build-essential \

0 commit comments

Comments
 (0)