Skip to content

Commit

Permalink
Bump jemalloc to 5.1.0 (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
dberzano authored Oct 4, 2018
1 parent bfca5f9 commit 74f9d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jemalloc.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package: jemalloc
version: "v%(commit_hash)s"
tag: 4.1.0
tag: 5.1.0
source: https://github.com/jemalloc/jemalloc
build_requires:
- "GCC-Toolchain:(?!osx)"
- autotools
---
#!/bin/bash
#!/bin/bash -e
rsync -a --delete --exclude "**/.git" $SOURCEDIR/ .
./autogen.sh
./configure --prefix=$INSTALLROOT
Expand Down

0 comments on commit 74f9d18

Please sign in to comment.