Skip to content

Commit ef4b43f

Browse files
committed
ci: Upgrade Rust docker image and LLVM version
1 parent 60bbdf0 commit ef4b43f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,14 @@ jobs:
343343

344344
bindings-rust-asan:
345345
docker:
346-
- image: rust:1-buster
346+
- image: rust:1-bullseye
347347
steps:
348348
- checkout
349349
- run:
350350
name: Update environment
351351
command: |
352-
echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list
353352
apt -qq update
354-
apt -yq install llvm-8-dev clang-8 --no-install-recommends
353+
apt -yq install llvm-11-dev clang-11 --no-install-recommends
355354
rustup toolchain install nightly-x86_64-unknown-linux-gnu
356355
- run:
357356
name: Build

0 commit comments

Comments
 (0)