forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1343432 - Update jemalloc 4 to version 4.5.0. r=glandium
--HG-- extra : rebase_source : 0113418a6ba808bf2b3a60bf6e98740791bf02e4
- Loading branch information
1 parent
0fd47ef
commit 5d6e7ca
Showing
84 changed files
with
3,171 additions
and
731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,95 @@ | ||
language: c | ||
language: generic | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
compiler: gcc | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="" | ||
- os: osx | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="" | ||
- os: linux | ||
env: CC=clang COMPILER_FLAGS="" CONFIGURE_FLAGS="" | ||
- os: linux | ||
compiler: gcc | ||
env: | ||
- EXTRA_FLAGS=-m32 | ||
env: CC=gcc COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" | ||
addons: | ||
apt: | ||
packages: | ||
- gcc-multilib | ||
- gcc-multilib | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof" | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-tcache" | ||
- os: osx | ||
compiler: clang | ||
env: CC=clang COMPILER_FLAGS="" CONFIGURE_FLAGS="" | ||
- os: osx | ||
compiler: clang | ||
env: | ||
- EXTRA_FLAGS=-m32 | ||
env: CC=gcc COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" | ||
- os: osx | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" | ||
- os: osx | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" | ||
- os: osx | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-tcache" | ||
- os: linux | ||
env: CC=clang COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" | ||
addons: | ||
apt: | ||
packages: | ||
- gcc-multilib | ||
- os: linux | ||
env: CC=clang COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" | ||
- os: linux | ||
env: CC=clang COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof" | ||
- os: linux | ||
env: CC=clang COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" | ||
- os: linux | ||
env: CC=clang COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-tcache" | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-debug" | ||
addons: | ||
apt: | ||
packages: | ||
- gcc-multilib | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-prof" | ||
addons: | ||
apt: | ||
packages: | ||
- gcc-multilib | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--disable-stats" | ||
addons: | ||
apt: | ||
packages: | ||
- gcc-multilib | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--disable-tcache" | ||
addons: | ||
apt: | ||
packages: | ||
- gcc-multilib | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --enable-prof" | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --disable-stats" | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --disable-tcache" | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --disable-stats" | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --disable-tcache" | ||
- os: linux | ||
env: CC=gcc COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats --disable-tcache" | ||
|
||
|
||
before_script: | ||
- autoconf | ||
- ./configure${EXTRA_FLAGS:+ CC="$CC $EXTRA_FLAGS"} | ||
- ./configure ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" } $CONFIGURE_FLAGS | ||
- make -j3 | ||
- make -j3 tests | ||
|
||
script: | ||
- make check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.4.0-3-gc6943acb3c56d1b3d1e82dd43b3fcfeae7771990 | ||
4.5.0-0-g04380e79f1e2428bd0ad000bbc6e3d2dfc6b66a5 |
Oops, something went wrong.