rust/src/ci
Alex Crichton 016eaf88f5 Use jemalloc-sys on Linux and OSX compilers
This commit adds opt-in support to the compiler to link to `jemalloc` in
the compiler. When activated the compiler will depend on `jemalloc-sys`,
instruct jemalloc to unprefix its symbols, and then link to it. The
feature is activated by default on Linux/OSX compilers for x86_64/i686
platforms, and it's not enabled anywhere else for now. We may be able to
opt-in other platforms in the future! Also note that the opt-in only
happens on CI, it's otherwise unconditionally turned off by default.

Closes #36963
2018-11-02 06:52:56 -07:00
..
docker Use jemalloc-sys on Linux and OSX compilers 2018-11-02 06:52:56 -07:00
init_repo.sh Update submodules in parallel 2018-03-19 04:50:30 +01:00
run.sh CI: Set codegen-units-std=1 for dist builds. 2018-10-26 15:07:03 +02:00
shared.sh Retry when downloading the Docker cache. 2018-05-10 20:06:43 +08:00