Skip to content

Commit 6800470

Browse files
committed
CI: Drop shm hack. Probably Travis-related?
1 parent bf2d515 commit 6800470

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/ci/install_deb_dependencies.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ set -eu
77
echo "INSTALL_DEB_DEPENDENCIES = $INSTALL_DEB_DEPENDENCIES"
88

99
if $INSTALL_DEB_DEPENDENCIES; then
10-
sudo rm -rf /dev/shm
11-
sudo ln -s /run/shm /dev/shm
1210
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
1311
sudo apt update
1412
sudo apt install -y -qq fsl afni elastix fsl-atlases xvfb fusefat graphviz

0 commit comments

Comments
 (0)