mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
remove etc/diskspace/clean-old-stack-libs.sh
[skip ci]
This commit is contained in:
parent
04ee14c769
commit
fe12dba59c
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ $# != 1 ]; then
|
||||
echo "Usage: $0 [nightly|lts-xx]"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd ~/stackage/automated/work/$1/unpack-dir/.stack-work/install/x86_64-linux*/*/*/lib/x86_64-linux-ghc-*
|
||||
pwd
|
||||
|
||||
stack --resolver lts-19.33 script ~/stackage/etc/diskspace/remove-old-stack-work-libs.hs
|
||||
0
etc/diskspace/remove-old-stack-work-libs.hs
Normal file → Executable file
0
etc/diskspace/remove-old-stack-work-libs.hs
Normal file → Executable file
Loading…
Reference in New Issue
Block a user