File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
docker :
12
12
- image : circleci/python:2.7
13
13
environment :
14
- JULIA_CPU_CORES : 6
15
- JULIA_TEST_MAXRSS_MB : 800
16
14
ARCH : i686
15
+ JULIA_CPU_CORES : 4
16
+ JULIA_TEST_MAXRSS_MB : 800
17
17
steps : &steps
18
18
- run : | # install build dependencies
19
19
sudo apt-get install -y g++-4.8-multilib gfortran-4.8-multilib \
40
40
- ccache-{{ arch }}-{{ checksum "/tmp/weeknumber" }}
41
41
- run : | # compile julia deps
42
42
contrib/download_cmake.sh &&
43
- make -j8 -C deps || make
43
+ make -j3 -C deps || make
44
44
- run : | # build julia, output ccache stats when done
45
- make -j8 all &&
45
+ make -j3 all &&
46
46
make prefix=/tmp/julia install &&
47
47
ccache -s &&
48
48
make build-stats
74
74
docker :
75
75
- image : circleci/python:2.7
76
76
environment :
77
- JULIA_CPU_CORES : 6
78
- JULIA_TEST_MAXRSS_MB : 800
79
77
ARCH : x86_64
78
+ JULIA_CPU_CORES : 4
79
+ JULIA_TEST_MAXRSS_MB : 800
80
80
steps : *steps
You can’t perform that action at this time.
0 commit comments