From 91f17c8ab29003d6c1d2ebc56f7a2409fbf8014f Mon Sep 17 00:00:00 2001 From: Jakub Jirutka <jakub@jirutka.cz> Date: Mon, 12 Sep 2022 00:02:01 +0200 Subject: [PATCH] testing/mimalloc*: remove redundant provider_priority It has no effect on versioned providers. --- testing/mimalloc1/APKBUILD | 3 +-- testing/mimalloc2/APKBUILD | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/testing/mimalloc1/APKBUILD b/testing/mimalloc1/APKBUILD index f15c30478453..7d0ffd3f3b34 100644 --- a/testing/mimalloc1/APKBUILD +++ b/testing/mimalloc1/APKBUILD @@ -4,7 +4,7 @@ pkgname=mimalloc1 _projname=mimalloc pkgver=1.7.6 -pkgrel=1 +pkgrel=2 _pkgdesc="A compact general purpose allocator with excellent performance" pkgdesc="$_pkgdesc (in secure mode)" url="https://github.com/microsoft/mimalloc" @@ -13,7 +13,6 @@ arch="all !ppc64le" license="MIT" makedepends="cmake samurai" provides="mimalloc=$pkgver-r$pkgrel" -provider_priority=100 # highest subpackages="$pkgname-dev $pkgname-insecure $pkgname-debug" source="https://github.com/microsoft/mimalloc/archive/v$pkgver/$_projname-$pkgver.tar.gz cmake-add-insecure-suffix.patch diff --git a/testing/mimalloc2/APKBUILD b/testing/mimalloc2/APKBUILD index fe6c1a2cf1c1..83b8e67f1873 100644 --- a/testing/mimalloc2/APKBUILD +++ b/testing/mimalloc2/APKBUILD @@ -5,7 +5,7 @@ pkgname=mimalloc2 _projname=mimalloc pkgver=2.0.6 _pkgver=${pkgver%_*} -pkgrel=1 +pkgrel=2 _pkgdesc="A compact general purpose allocator with excellent performance" pkgdesc="$_pkgdesc (in secure mode)" url="https://github.com/microsoft/mimalloc" @@ -13,7 +13,6 @@ arch="all" license="MIT" makedepends="cmake samurai" provides="mimalloc=$pkgver-r$pkgrel" -provider_priority=0 # lowest subpackages="$pkgname-dev $pkgname-insecure $pkgname-debug" source="https://github.com/microsoft/mimalloc/archive/v$_pkgver/$_projname-$_pkgver.tar.gz cmake-add-insecure-suffix.patch -- GitLab