ci: make sure that strip_binary.gni is properly preserved (#37626)
This commit is contained in:
parent
94f701edb8
commit
0f77fec9d9
1 changed files with 9 additions and 8 deletions
|
@ -413,6 +413,15 @@ step-get-more-space-on-mac: &step-get-more-space-on-mac
|
||||||
tmpify ~/.rubies
|
tmpify ~/.rubies
|
||||||
tmpify ~/Library/Caches/Homebrew
|
tmpify ~/Library/Caches/Homebrew
|
||||||
tmpify /usr/local/Homebrew
|
tmpify /usr/local/Homebrew
|
||||||
|
|
||||||
|
# the contents of build/linux/strip_binary.gni aren't used, but
|
||||||
|
# https://chromium-review.googlesource.com/c/chromium/src/+/4278307
|
||||||
|
# needs the file to exist.
|
||||||
|
mv ~/project/src/build/linux/strip_binary.gni "${TMPDIR}"/
|
||||||
|
tmpify ~/project/src/build/linux/
|
||||||
|
mkdir -p ~/project/src/build/linux
|
||||||
|
mv "${TMPDIR}/strip_binary.gni" ~/project/src/build/linux/
|
||||||
|
|
||||||
sudo rm -rf $TMPDIR/del-target
|
sudo rm -rf $TMPDIR/del-target
|
||||||
|
|
||||||
# sudo rm -rf "/System/Library/Desktop Pictures"
|
# sudo rm -rf "/System/Library/Desktop Pictures"
|
||||||
|
@ -437,14 +446,6 @@ step-get-more-space-on-mac: &step-get-more-space-on-mac
|
||||||
sudo rm -rf ~/project/src/third_party/catapult/tracing/test_data
|
sudo rm -rf ~/project/src/third_party/catapult/tracing/test_data
|
||||||
sudo rm -rf ~/project/src/third_party/angle/third_party/VK-GL-CTS
|
sudo rm -rf ~/project/src/third_party/angle/third_party/VK-GL-CTS
|
||||||
|
|
||||||
# the contents of build/linux/strip_binary.gni aren't used, but
|
|
||||||
# https://chromium-review.googlesource.com/c/chromium/src/+/4278307
|
|
||||||
# needs the file to exist.
|
|
||||||
mv ~/project/src/build/linux/strip_binary.gni "${TMPDIR}"/
|
|
||||||
sudo rm -rf ~/project/src/build/linux
|
|
||||||
mkdir -p ~/project/src/build/linux
|
|
||||||
mv "${TMPDIR}/strip_binary.gni" ~/project/src/build/linux/
|
|
||||||
|
|
||||||
# lipo off some huge binaries arm64 versions to save space
|
# lipo off some huge binaries arm64 versions to save space
|
||||||
strip_arm_deep $(xcode-select -p)/../SharedFrameworks
|
strip_arm_deep $(xcode-select -p)/../SharedFrameworks
|
||||||
# strip_arm_deep /System/Volumes/Data/Library/Developer/CommandLineTools/usr
|
# strip_arm_deep /System/Volumes/Data/Library/Developer/CommandLineTools/usr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue