Skip to content

Commit c481f85

Browse files
committed
ensure that prebuilt toolchain binaries are +x
1 parent 992e94a commit c481f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/dist-fuchsia/build-toolchain.sh

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ git reset --hard FETCH_HEAD
2727

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

3233
build() {

0 commit comments

Comments
 (0)