Skip to content

Commit 22c3bb4

Browse files
committed
FIX: mariadb source url download 404
1 parent a1a768b commit 22c3bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/mariadb/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN --mount=type=cache,target=/var/cache/distfiles <<EOT
4646
set -ex
4747
cd "${PACKAGE_PATH}"
4848
export LDFLAGS=-static
49+
sed -i APKBUILD -e 's|https://mirror.mariadb.org/|https://downloads.mariadb.org/interstitial/|'
4950
sed -i APKBUILD -e 's|cmake -B build -G Ninja -Wno-dev|& -DWITHOUT_SERVER=ON -DDISABLE_SHARED=ON|'
5051
sed -i APKBUILD -e 's|-DPLUGIN_\([^=]\+\)=[^ ]\+ |-DPLUGIN_\1=NO |'
5152
sed -i APKBUILD -e 's|cmake --build build$|& --target mariadb mariadb-dump|'

0 commit comments

Comments
 (0)