Skip to content
Snippets Groups Projects
Commit 9c2bef74 authored by Simon Sapin's avatar Simon Sapin
Browse files

Use a dedicated Docker image for CI

parent 4f679b6a
No related branches found
No related tags found
1 merge request!1Initial implementation
Pipeline #28746 passed
image: octobus/ci-base
image: registry.heptapod.net/mercurial/ci-images/megafine:$MEGAFINE_CI_IMAGE_TAG
variables:
RUST_VERSION: 1.56.1
......@@ -2,6 +2,7 @@
variables:
RUST_VERSION: 1.56.1
MEGAFINE_CI_IMAGE_TAG: "latest"
Megafine CI:
before_script:
......@@ -5,11 +6,6 @@
Megafine CI:
before_script:
- >-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |
sh -s -- -y --default-toolchain none
- source $HOME/.cargo/env
- rustup set profile minimal
- rustup toolchain install $RUST_VERSION
- rustup component add rustfmt
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment