mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Update jemalloc to 5.3.0
- Update jemalloc to the recently released 5.3.0 version Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
This commit is contained in:
parent
1653a379b4
commit
68382b429c
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ RUBY_MAJOR=${1%.*} # strip last component
|
|||
RUBY_DOWNLOAD_SHA256=${2}
|
||||
RUBY_DOWNLOAD_URL="https://cache.ruby-lang.org/pub/ruby/${RUBY_MAJOR%-rc}/ruby-$RUBY_VERSION.tar.gz"
|
||||
|
||||
JEMALLOC_VERSION=5.2.1
|
||||
JEMALLOC_DOWNLOAD_SHA256="34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6"
|
||||
JEMALLOC_VERSION=5.3.0
|
||||
JEMALLOC_DOWNLOAD_SHA256="2db82d1e7119df3e71b7640219b6dfe84789bc0537983c3b7ac4f7189aecfeaa"
|
||||
JEMALLOC_DOWNLOAD_URL="https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2"
|
||||
|
||||
BUNDLER_VERSION=${3:-""}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue