mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 19:46:37 +00:00
switch back to buster for rust builds
This commit is contained in:
parent
679b03ce30
commit
f0b1c1a348
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ variables:
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
extends: .multitarget
|
extends: .multitarget
|
||||||
image: rust:slim-bullseye
|
image: rust:slim-buster
|
||||||
stage: native library
|
stage: native library
|
||||||
before_script:
|
before_script:
|
||||||
- ./prepare-env.sh
|
- ./prepare-env.sh
|
||||||
|
|
Loading…
Reference in a new issue