Skip to content

Commit 471180a

Browse files
committed
Install libfaketime on ubuntu resolute too and fix typo
1 parent 9affc05 commit 471180a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

dev/tasks/linux-packages/apache-arrow-apt-source/apt/ubuntu-resolute/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN \
3636
devscripts \
3737
fakeroot \
3838
gnupg \
39+
libfaketime \
3940
lsb-release && \
4041
apt clean && \
4142
rm -rf /var/lib/apt/lists/*

dev/tasks/linux-packages/apache-arrow/apt/ubuntu-resolute/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN \
4545
libbz2-dev \
4646
libc-ares-dev \
4747
libcurl4-openssl-dev \
48+
libfaketime \
4849
libgirepository1.0-dev \
4950
libglib2.0-doc \
5051
libgmock-dev \

dev/tasks/linux-packages/apt/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ -n "${FAKETIME:-}" ]; then
4343
lib_dir="/usr/lib/$(dpkg-architecture -q DEB_BUILD_MULTIARCH)"
4444
libfaketime="${lib_dir}/faketime/libfaketime.so.1"
4545
if [ ! -f "${libfaketime}" ]; then
46-
echo "You must install libfaktime: ${libfaketime} doesn't exist"
46+
echo "You must install libfaketime: ${libfaketime} doesn't exist"
4747
exit 1
4848
fi
4949
export LD_PRELOAD="${libfaketime}"

0 commit comments

Comments
 (0)