CI: Lighter docker images
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
3ac741d666
commit
a74eeb2910
1 changed files with 3 additions and 2 deletions
|
@ -10,16 +10,17 @@ variables:
|
||||||
|
|
||||||
.show-version:
|
.show-version:
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update; apt-get install -y --no-install-recommends pkg-config libssl-dev
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
|
|
||||||
.stable:
|
.stable:
|
||||||
image: rust:latest
|
image: rust:slim
|
||||||
extends:
|
extends:
|
||||||
- .show-version
|
- .show-version
|
||||||
|
|
||||||
.nightly:
|
.nightly:
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly-slim
|
||||||
# It's not often, but it happens nightly breaks, surprisingly.
|
# It's not often, but it happens nightly breaks, surprisingly.
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in a new issue