Skip to content

Commit

Permalink
hack: install the time64 transitionary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Aug 19, 2024
1 parent 8bbf672 commit b632546
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ if [[ "$TARGETARCH" == "arm" ]]; then
sed -i '/postgresql-client-16/d' /tmp/setup-01.sh
fi

if [[ "$STACK_VERSION" == "24" ]]; then
sed -i 's/libev4/libev4t64/' /tmp/setup-01.sh
sed -i 's/libevent-2.1-7/libevent-2.1-7t64/' /tmp/setup-01.sh
sed -i 's/libevent-core-2.1-7/libevent-core-2.1-7t64/' /tmp/setup-01.sh
sed -i 's/libevent-extra-2.1-7/libevent-extra-2.1-7t64/' /tmp/setup-01.sh
sed -i 's/libevent-openssl-2.1-7/libevent-openssl-2.1-7t64/' /tmp/setup-01.sh
sed -i 's/libevent-pthreads-2.1-7/libevent-pthreads-2.1-7t64/' /tmp/setup-01.sh
sed -i 's/libgnutls-openssl27/libgnutls-openssl27t64/' /tmp/setup-01.sh
sed -i 's/libgnutls30/libgnutls30t64/' /tmp/setup-01.sh
sed -i 's/libmemcached11/libmemcached11t64/' /tmp/setup-01.sh
sed -i 's/libuv1/libuv1t64/' /tmp/setup-01.sh
sed -i 's/libvips42/libvips42t64/' /tmp/setup-01.sh
sed -i 's/libzip4/libzip4t64/' /tmp/setup-01.sh
fi

# from base image
/tmp/setup-01.sh

Expand Down

0 comments on commit b632546

Please sign in to comment.