chore(linux): remove temporary code for Core image

This commit is contained in:
Eberhard Beilharz 2024-09-11 15:54:20 +02:00
parent caba09a8d4
commit e23e112e7a
No known key found for this signature in database
GPG key ID: E9140597606020D3
3 changed files with 0 additions and 16 deletions

View file

@ -74,10 +74,6 @@ build_action() {
if [[ "${platform}" == "base" ]]; then
docker pull --platform "amd64" "ubuntu:${UBUNTU_VERSION:-${KEYMAN_DEFAULT_VERSION_UBUNTU_CONTAINER}}"
### TMP code
elif [[ "${platform}" == "core" ]]; then
cp "${KEYMAN_ROOT}/linux/debian/control" "${platform}"
### TMP END
elif [[ "${platform}" == "linux" ]]; then
cp "${KEYMAN_ROOT}/linux/debian/control" "${platform}"
fi

View file

@ -1 +0,0 @@
control

View file

@ -14,17 +14,6 @@ USER root
RUN apt-get install -qy git jq llvm meson pkgconf \
xvfb xserver-xephyr metacity
#### TMP until we properly figure out the dependencies needed for Core
#### We should not need to install /tmp/control
# Install dependencies
ADD control /tmp/control
RUN apt-get install -qy python3 python3-setuptools python3-coverage \
devscripts equivs libdatetime-perl meson pkgconf lcov gcovr xvfb \
xserver-xephyr metacity mutter dbus-x11 weston xwayland && \
(yes | mk-build-deps --install /tmp/control) || true && \
rm /tmp/control
#### TMP END
# Pre-install emscripten
USER build
ARG REQUIRED_EMSCRIPTEN_VERSION=1.0