Skip to content
This repository was archived by the owner on Dec 20, 2019. It is now read-only.

Commit b606857

Browse files
committed
[ci] Fix the 32 bit build.
1 parent d8699fc commit b606857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/run-jenkins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd ..
1818
rm -rf build32
1919
mkdir -p build32
2020
cd build32
21-
cmake $llvm64_CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$PWD/../usr32 ../
21+
cmake $llvm32_CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$PWD/../usr32 ../
2222
ninja
2323
ninja install
2424
cd ..

0 commit comments

Comments
 (0)