Skip to content

Commit ff539cd

Browse files
authored
build: Remove temporary libssl package workaround (#86)
It seems to no longer be needed against current RPi arm32 packages and in fact makes the build fail as the package cannot be found any more.
1 parent dafffc7 commit ff539cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/ci/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ RUN [ "$BUILD_TYPE" != "raspi" ] || \
1313
echo "deb http://archive.raspberrypi.org/debian/ $DEBIAN_VERSION main" > /etc/apt/sources.list.d/raspi.list && \
1414
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9165938D90FDDD2E 82B129927FA3303E && \
1515
apt-get -y update && \
16-
apt-get -y install libcamera-dev liblivemedia-dev && \
17-
# Temporary workaround to RPI arm32 bug
18-
( [ "$(dpkg --print-architecture)" != "armhf" ] || apt-get --allow-downgrades -y install libssl1.1=1.1.1n-0+deb11u4+rpt1 ) \
16+
apt-get -y install libcamera-dev liblivemedia-dev \
1917
)
2018

2119
# Default packages

0 commit comments

Comments
 (0)