Skip to content

Commit 7dc2971

Browse files
committed
Update pruning
1 parent 0461f6e commit 7dc2971

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/upgrade-boost.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ git rm -rf doc/ more/ status/ tools/*/test/ --ignore-unmatch
116116
git rm -rf libs/*/examples libs/*/*/examples libs/*/test/ libs/*/benchmark/ libs/*/performance/ libs/*/example/ libs/*/doc/ libs/*/*/doc/ --ignore-unmatch
117117
# unused libraries, focusing on larger ones
118118
UNUSED="leaf nowide pfr json static_string stl_interfaces phoenix msm redis mysql log \
119-
geometry hana asio multiprecision beast qvm gil process parser charconv \
119+
geometry hana asio multiprecision beast qvm gil xpressive process parser charconv \
120120
wave atomic polygon metaparse interprocess yap thread compute url test proto"
121121

122122
for lib in $UNUSED; do
@@ -125,6 +125,8 @@ done
125125

126126
git rm -rf **/*.svg **/*.png **/*.jpg **/*.html **/*.htm **/*.gold --ignore-unmatch
127127
git rm -rf **/*.pdf **/*.manifest **/*.css **/*.md **/*.qbk **/*.rst **/*.txt --ignore-unmatch
128+
git rm -rf libs/graph/build/Jamfile.v2
129+
128130
git commit -m "upgrading to boost v${boost_version}; pruning files"
129131

130132
cat <<EOF

0 commit comments

Comments
 (0)