Skip to content
Snippets Groups Projects
Commit 1c8af1a1 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

testing/mimalloc*: improve code-style

parent 91f17c8a
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
...@@ -13,7 +13,11 @@ arch="all !ppc64le" ...@@ -13,7 +13,11 @@ arch="all !ppc64le"
license="MIT" license="MIT"
makedepends="cmake samurai" makedepends="cmake samurai"
provides="mimalloc=$pkgver-r$pkgrel" provides="mimalloc=$pkgver-r$pkgrel"
subpackages="$pkgname-dev $pkgname-insecure $pkgname-debug" subpackages="
$pkgname-dev
$pkgname-insecure
$pkgname-debug
"
source="https://github.com/microsoft/mimalloc/archive/v$pkgver/$_projname-$pkgver.tar.gz source="https://github.com/microsoft/mimalloc/archive/v$pkgver/$_projname-$pkgver.tar.gz
cmake-add-insecure-suffix.patch cmake-add-insecure-suffix.patch
" "
......
...@@ -13,7 +13,11 @@ arch="all" ...@@ -13,7 +13,11 @@ arch="all"
license="MIT" license="MIT"
makedepends="cmake samurai" makedepends="cmake samurai"
provides="mimalloc=$pkgver-r$pkgrel" provides="mimalloc=$pkgver-r$pkgrel"
subpackages="$pkgname-dev $pkgname-insecure $pkgname-debug" subpackages="
$pkgname-dev
$pkgname-insecure
$pkgname-debug
"
source="https://github.com/microsoft/mimalloc/archive/v$_pkgver/$_projname-$_pkgver.tar.gz source="https://github.com/microsoft/mimalloc/archive/v$_pkgver/$_projname-$_pkgver.tar.gz
cmake-add-insecure-suffix.patch cmake-add-insecure-suffix.patch
" "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment