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

Commit 73c983a

Browse files
committed
[ci] Distribute 32 bit llvm-config.
1 parent 0692a5e commit 73c983a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/ci/run-jenkins.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ mkdir tmp-bin
2424
cp usr64/bin/{llc,opt,llvm-dis,llvm-config} tmp-bin/
2525
rm usr64/bin/*
2626
cp tmp-bin/* usr64/bin/
27+
mkdir tmp-bin2
28+
cp usr32/bin/llvm-config tmp-bin2
29+
rm usr32/bin/*
30+
cp tmp-bin2/* usr32/bin/
2731
# Don't need 32 bit binaries
28-
rm -f usr64/lib/libLTO.* usr64/lib/*.dylib usr32/lib/libLTO.* usr32/lib/*.dylib usr32/bin/*
32+
rm -f usr64/lib/libLTO.* usr64/lib/*.dylib usr32/lib/libLTO.* usr32/lib/*.dylib
2933
tar cvzf llvm-osx64-$GIT_COMMIT.tar.gz usr64 usr32

0 commit comments

Comments
 (0)