-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #304 from NikEfth/tof_sino_UCL
Time Of Flight reconstruction
- Loading branch information
Showing
275 changed files
with
8,923 additions
and
4,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/bin/bash | ||
df -h | ||
# locations from the internet, e.g. https://github.com/easimon/maximize-build-space | ||
# saves about 2GB | ||
if [ -d /usr/share/dotnet ]; then | ||
echo removing dotnet | ||
sudo rm -rf /usr/share/dotnet | ||
fi | ||
# saves about 10 GB | ||
if [ -d "$AGENT_TOOLSDIRECTORY" ]; then | ||
echo removing agent_tools | ||
sudo rm -rf "$AGENT_TOOLSDIRECTORY" | ||
fi | ||
# saves about 10 GB | ||
if [ -d /usr/local/lib/android ]; then | ||
echo removing android files | ||
sudo rm -rf /usr/local/lib/android | ||
fi | ||
if [ -d /opt/ghc ]; then | ||
echo removing android files | ||
sudo rm -rf /opt/ghc | ||
fi | ||
df -h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.2.0 | ||
6.0.0-pre |
Oops, something went wrong.