File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/ci/docker/x86_64-gnu-llvm-3.9 Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ matrix:
1212 fast_finish : true
1313 include :
1414 # Images used in testing PR and try-build should be run first.
15- - env : IMAGE=x86_64-gnu-llvm-3.7 RUST_BACKTRACE=1
15+ - env : IMAGE=x86_64-gnu-llvm-3.9 RUST_BACKTRACE=1
1616 if : type = pull_request OR branch = auto
1717
1818 - env : IMAGE=dist-x86_64-linux DEPLOY=1
Original file line number Diff line number Diff line change @@ -11,15 +11,17 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1111 cmake \
1212 sudo \
1313 gdb \
14- llvm-3.7 -tools \
14+ llvm-3.9 -tools \
1515 libedit-dev \
1616 zlib1g-dev \
1717 xz-utils
1818
1919COPY scripts/sccache.sh /scripts/
2020RUN sh /scripts/sccache.sh
2121
22+ # using llvm-link-shared due to libffi issues -- see #34486
2223ENV RUST_CONFIGURE_ARGS \
2324 --build=x86_64-unknown-linux-gnu \
24- --llvm-root=/usr/lib/llvm-3.7
25+ --llvm-root=/usr/lib/llvm-3.9 \
26+ --enable-llvm-link-shared
2527ENV RUST_CHECK_TARGET check
You can’t perform that action at this time.
0 commit comments