Skip to content
This repository was archived by the owner on Dec 9, 2018. It is now read-only.

Commit c85df2c

Browse files
committed
Skip the jemalloc patch for now
1 parent f550b18 commit c85df2c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ rust: nightly
33

44
env:
55
matrix:
6-
- BACKTRACE=no JEMALLOC=dynamic
76
- BACKTRACE=no JEMALLOC=no
8-
- BACKTRACE=no JEMALLOC=static
9-
- BACKTRACE=yes JEMALLOC=dynamic
107
- BACKTRACE=yes JEMALLOC=no
11-
- BACKTRACE=yes JEMALLOC=static
128

139
install:
1410
- source .travis.install.sh

fetch-and-patch-rust.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ rm ${HASH}.zip
5454
cd ..
5555
fetch cargo-ify.patch | patch -p1
5656
fetch optional-backtrace.patch | patch -p1
57-
fetch optional-jemalloc.patch | patch -p1
5857
fetch remove-mno-compact-eh-flag.patch | patch -p1

0 commit comments

Comments
 (0)