-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'openzfs:master' into kris--fix-systemd-units
- Loading branch information
Showing
496 changed files
with
7,849 additions
and
18,276 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
acl | ||
alien | ||
attr | ||
autoconf | ||
bc | ||
build-essential | ||
curl | ||
dbench | ||
fakeroot | ||
fio | ||
gdb | ||
gdebi | ||
git | ||
ksh | ||
lcov | ||
libacl1-dev | ||
libaio-dev | ||
libattr1-dev | ||
libblkid-dev | ||
libcurl4-openssl-dev | ||
libdevmapper-dev | ||
libelf-dev | ||
libffi-dev | ||
libmount-dev | ||
libpam0g-dev | ||
libselinux-dev | ||
libssl-dev | ||
libtool | ||
libudev-dev | ||
lsscsi | ||
mdadm | ||
nfs-kernel-server | ||
pamtester | ||
parted | ||
python3 | ||
python3-cffi | ||
python3-dev | ||
python3-packaging | ||
python3-setuptools | ||
rng-tools | ||
samba | ||
sysstat | ||
uuid-dev | ||
watchdog | ||
wget | ||
xfslibs-dev | ||
xz-utils | ||
zlib1g-dev |
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,20 @@ | ||
#!/bin/sh | ||
|
||
set -eu | ||
|
||
# remove 4GiB of images | ||
sudo systemd-run docker system prune --force --all --volumes | ||
|
||
# remove unused software | ||
sudo systemd-run rm -rf \ | ||
"$AGENT_TOOLSDIRECTORY" \ | ||
/opt/* \ | ||
/usr/local/* \ | ||
/usr/share/az* \ | ||
/usr/share/dotnet \ | ||
/usr/share/gradle* \ | ||
/usr/share/miniconda \ | ||
/usr/share/swift \ | ||
/var/lib/gems \ | ||
/var/lib/mysql \ | ||
/var/lib/snapd |
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
Oops, something went wrong.