Skip to content

Commit c5893a5

Browse files
committed
speedup test
1 parent d584283 commit c5893a5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/ci/install_byond.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
set -euo pipefail
33

44
source dependencies.sh
5+
# This cuts some time down by omitting `man`
6+
sudo tee /etc/dpkg/dpkg.cfg.d/01_nodoc > /dev/null << 'EOF'
7+
path-exclude /usr/share/doc/*
8+
path-exclude /usr/share/man/*
9+
path-exclude /usr/share/info/*
10+
EOF
511

612
if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
713
then

0 commit comments

Comments
 (0)