densh / scala-offheap

Experimental type-safe off-heap memory for Scala.
BSD 3-Clause "New" or "Revised" License
532 stars 38 forks source link

Topic/jemalloc - build script to fetch and build jemalloc from its master repo #70

Closed arosenberger closed 9 years ago

arosenberger commented 9 years ago

@densh Is there an easy way to hook up an sbt task to call the build.sh script? Otherwise I think it is fine to leave it is a manual step when wanting to build against the latest jemalloc.

densh commented 9 years ago

Have you considered including jemalloc's github repo using git submodules? Why did you prefer to use manual fetch instead?

It's indeed possible to make sbt launch the script. I'll get them aquatinted with one another once we merge this.

arosenberger commented 9 years ago

@densh The following issues are ready and the build aside from JDK6 is green:

I tried a bunch of things as evidenced by the string of broken CI runs. I ended up building the native code on an Ubuntu 12.04 image and as such the bindings should work on any client where the glibc version is >= 2.15

Thanks, Adam

densh commented 9 years ago

I think it's OK that we don't support JDK6, lets drop it officially.