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

Commit 3b82b3c

Browse files
committed
[ci] Really compile the 32 bit llvm as 32 bit.
1 parent 73c983a commit 3b82b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/run-jenkins.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ make install
1616
cd ..
1717
mkdir -p build32
1818
cd build32
19-
../configure --prefix=$PWD/../usr32 --enable-targets="arm arm64" $LLVM_BASE_CONFIGURE_FLAGS CXXFLAGS="-Qunused-arguments"
19+
../configure --prefix=$PWD/../usr32 --build=i386-apple-darwin11.2.0 --enable-targets="arm arm64" $LLVM_BASE_CONFIGURE_FLAGS CXXFLAGS="-Qunused-arguments"
2020
make -j4
2121
make install
2222
cd ..

0 commit comments

Comments
 (0)