Skip to content

Commit ccfd438

Browse files
Fix fortanix build
1 parent 9976a60 commit ccfd438

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)