build(linux): remove unused intel media sdk (#2681)

This commit is contained in:
ReenigneArcher
2024-06-12 19:37:47 -04:00
committed by GitHub
parent 443be5d403
commit 2e1eb0c914
12 changed files with 0 additions and 82 deletions

View File

@@ -63,10 +63,6 @@ apt-get install -y --no-install-recommends \
wget \
x11-xserver-utils \
xvfb
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
apt-get install -y --no-install-recommends \
libmfx-dev
fi
apt-get clean
rm -rf /var/lib/apt/lists/*
_DEPS

View File

@@ -68,10 +68,6 @@ apt-get install -y --no-install-recommends \
wget \
x11-xserver-utils \
xvfb
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
apt-get install -y --no-install-recommends \
libmfx-dev
fi
apt-get clean
rm -rf /var/lib/apt/lists/*
_DEPS

View File

@@ -67,10 +67,6 @@ apt-get install -y --no-install-recommends \
wget \
x11-xserver-utils \
xvfb
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
apt-get install -y --no-install-recommends \
libmfx-dev
fi
apt-get clean
rm -rf /var/lib/apt/lists/*
_DEPS

View File

@@ -65,9 +65,6 @@ dnf -y install \
wget \
which \
xorg-x11-server-Xvfb
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
dnf -y install intel-mediasdk-devel
fi
dnf clean all
rm -rf /var/cache/yum
_DEPS

View File

@@ -65,9 +65,6 @@ dnf -y install \
wget \
which \
xorg-x11-server-Xvfb
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
dnf -y install intel-mediasdk-devel
fi
dnf clean all
rm -rf /var/cache/yum
_DEPS

View File

@@ -67,10 +67,6 @@ apt-get install -y --no-install-recommends \
wget \
x11-xserver-utils \
xvfb
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
apt-get install -y --no-install-recommends \
libmfx-dev
fi
apt-get clean
rm -rf /var/lib/apt/lists/*
_DEPS

View File

@@ -69,10 +69,6 @@ apt-get install -y --no-install-recommends \
wget \
x11-xserver-utils \
xvfb
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
apt-get install -y --no-install-recommends \
libmfx-dev
fi
apt-get clean
rm -rf /var/lib/apt/lists/*
_DEPS