We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bbdf0 commit ef4b43fCopy full SHA for ef4b43f
circle.yml
@@ -343,15 +343,14 @@ jobs:
343
344
bindings-rust-asan:
345
docker:
346
- - image: rust:1-buster
+ - image: rust:1-bullseye
347
steps:
348
- checkout
349
- run:
350
name: Update environment
351
command: |
352
- echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list
353
apt -qq update
354
- apt -yq install llvm-8-dev clang-8 --no-install-recommends
+ apt -yq install llvm-11-dev clang-11 --no-install-recommends
355
rustup toolchain install nightly-x86_64-unknown-linux-gnu
356
357
name: Build
0 commit comments