Skip to content

Commit

Permalink
ensure that prebuilt toolchain binaries are +x
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed Sep 24, 2017
1 parent 992e94a commit c481f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/dist-fuchsia/build-toolchain.sh
Expand Up @@ -27,6 +27,7 @@ git reset --hard FETCH_HEAD

# Download toolchain
./scripts/download-toolchain
chmod +x prebuilt/downloads/clang+llvm-x86_64-linux/bin/*
cp -a prebuilt/downloads/clang+llvm-x86_64-linux/. /usr/local

build() {
Expand Down

0 comments on commit c481f85

Please sign in to comment.