Skip to content

Commit fe23fd3

Browse files
committed
fix paths
1 parent 925fae9 commit fe23fd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ mkdir llvm
2525
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-$LLVM_VERSION/llvm-project-$LLVM_VERSION.src.tar.xz
2626
# workaround for msys2 (`tar xf file.tar.xz` hangs): https://github.com/msys2/MSYS2-packages/issues/1548
2727
xz -dc llvm-project-$LLVM_VERSION.src.tar.xz | tar -x --file=-
28-
mv llvm-project-$LLVM_VERSION.src/* llvm-project
29-
cd llvm-project/llvm
28+
cd llvm-project-$LLVM_VERSION.src/llvm
3029

3130
# make build dir and run cmake
3231
mkdir build
@@ -71,7 +70,7 @@ $SUDO_CMD ninja install
7170

7271
ccache --show-stats
7372

74-
cd ../..
73+
cd ../../..
7574
mkdir artefacts
7675
cd artefacts
7776
tar -zcvf sme_deps_llvm_$OS.tgz $INSTALL_PREFIX/*

0 commit comments

Comments
 (0)