]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/scripts/musl-toolchain.sh
Drop copyright notice from musl-toolchain
[rust.git] / src / ci / docker / scripts / musl-toolchain.sh
index 11954b82b84448f1830c3fad546acd3d33722a37..00b6a113da10519622aa36795ff36b38c7afd875 100644 (file)
@@ -1,13 +1,3 @@
-# Copyright 2016 The Rust Project Developers. See the COPYRIGHT
-# file at the top-level directory of this distribution and at
-# http://rust-lang.org/COPYRIGHT.
-#
-# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-# option. This file may not be copied, modified, or distributed
-# except according to those terms.
-
 set -ex
 
 hide_output() {
@@ -52,7 +42,7 @@ echo $OUTPUT/$TARGET/lib >> /etc/ld-musl-$ARCH.path
 export CC=$TARGET-gcc
 export CXX=$TARGET-g++
 
-LLVM=60
+LLVM=70
 
 # may have been downloaded in a previous run
 if [ ! -d libunwind-release_$LLVM ]; then