File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
default : cedar-14 heroku-16 heroku-18
2
2
3
- VERSION := 5.0.1
3
+ VERSION := 5.1.0
4
4
ROOT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
5
5
6
6
clean :
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ Set this to select or pin to a specific version of jemalloc. The default is to
56
56
use the latest stable version if this is not set. You will receive an error
57
57
mentioning tar if the version does not exist.
58
58
59
- ** Default** : ` 5.0.1 `
59
+ ** Default** : ` 5.1.0 `
60
60
61
61
** note:** This setting is only used during slug compilation. Changing it will
62
62
require a code change to be deployed in order to take affect.
63
63
64
64
``` console
65
- heroku config:set JEMALLOC_VERSION=5.0.1
65
+ heroku config:set JEMALLOC_VERSION=3.6.0
66
66
```
67
67
68
68
#### Available Versions
@@ -88,7 +88,7 @@ This uses Docker to build against Heroku
88
88
[ stack-image] ( https://github.com/heroku/stack-images ) -like images.
89
89
90
90
``` console
91
- make VERSION=5.0.1
91
+ make VERSION=5.1.0
92
92
```
93
93
94
94
Artifacts will be dropped in ` dist/ ` based on Heroku stack and jemalloc version.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ CACHE_DIR=$2
8
8
ENV_DIR=$3
9
9
10
10
# Default version
11
- version=" 5.0.1 "
11
+ version=" 5.1.0 "
12
12
13
13
# Read version from configured JEMALLOC_VERSION
14
14
if [ -f $ENV_DIR /JEMALLOC_VERSION ]; then
18
18
url=" https://github.com/gaffneyc/heroku-buildpack-jemalloc/releases/download/$STACK /jemalloc-$version .tar.bz2"
19
19
dest=" $BUILD_DIR /vendor/jemalloc"
20
20
21
- echo " -----> Vendoring jemalloc"
21
+ echo " -----> Vendoring jemalloc $version "
22
22
echo " Fetching $url "
23
23
24
24
mkdir -p $dest
You can’t perform that action at this time.
0 commit comments