File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,11 @@ sed -i -e "s@\".*/include@\"../../../../share/wasi-sysroot/include@g" $SOURCE_PA
80
80
# Avoid copying usr/lib/swift/clang because our toolchain's one is a directory
81
81
# but nightly's one is symbolic link. A simple copy fails to merge them.
82
82
rsync -v -a $SOURCE_PATH /install/$TOOLCHAIN_NAME /usr/lib/ $HOST_TOOLCHAIN_SDK /usr/lib/ --exclude ' swift/clang'
83
+ rsync -v -a $SOURCE_PATH /install/$TOOLCHAIN_NAME /usr/bin/ $HOST_TOOLCHAIN_SDK /usr/bin/
83
84
84
85
# FIXME: avoid building foundation for now
85
86
$UTILS_PATH /build-foundation.sh $HOST_TOOLCHAIN_SDK
86
87
$UTILS_PATH /build-xctest.sh $HOST_TOOLCHAIN_SDK
87
88
88
- # Cleanup build directory on CI
89
- if [[ -n " ${CI} " ]]; then
90
- rm -rf $SOURCE_PATH /build/Ninja-ReleaseAssert/
91
- fi
92
-
93
89
cd $HOST_TOOLCHAIN_DESTDIR
94
90
tar cfz $PACKAGE_ARTIFACT $TOOLCHAIN_NAME
You can’t perform that action at this time.
0 commit comments