summaryrefslogtreecommitdiff
path: root/resources/scripts/build/dependencies
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2021-10-31 20:52:01 +0000
committerLeah Rowe <leah@libreboot.org>2021-10-31 20:52:01 +0000
commit84a1bc502b1f296d8ad6389b9e38aa3e0ca94958 (patch)
tree433a9297a24e82986e1b4365d26200a975c9db51 /resources/scripts/build/dependencies
parenteec4dcd97e60e46339d5cc133d45e6914a8f5cfa (diff)
nuke memtest86+
Diffstat (limited to 'resources/scripts/build/dependencies')
-rwxr-xr-xresources/scripts/build/dependencies/arch5
-rwxr-xr-xresources/scripts/build/dependencies/ubuntu20045
2 files changed, 0 insertions, 10 deletions
diff --git a/resources/scripts/build/dependencies/arch b/resources/scripts/build/dependencies/arch
index c933f433..aa98158b 100755
--- a/resources/scripts/build/dependencies/arch
+++ b/resources/scripts/build/dependencies/arch
@@ -59,11 +59,6 @@ pacman -S --needed --noconfirm sharutils curl parted e2fsprogs unzip
# for cross-compiling ARM binaries
pacman -S --needed --noconfirm arm-none-eabi-gcc
-# Memtest86+ build dependencies
-# ------------------------------------------------------------
-
-pacman -S --needed --noconfirm base-devel python2
-
# i945-pwm build dependencies
# ------------------------------------------------------------
diff --git a/resources/scripts/build/dependencies/ubuntu2004 b/resources/scripts/build/dependencies/ubuntu2004
index 2082d27d..a2dd721e 100755
--- a/resources/scripts/build/dependencies/ubuntu2004
+++ b/resources/scripts/build/dependencies/ubuntu2004
@@ -73,11 +73,6 @@ if [ "${arch}" -eq 0 ]; then
apt-get -y install lib32tinfo-dev
fi
-# Memtest86+ build dependencies
-# ------------------------------------------------------------
-
-apt-get -y install build-essential python2.7
-
# i945-pwm build dependencies
# ------------------------------------------------------------