Skip to content
Snippets Groups Projects
Commit a07f81a0 authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

Switch to lightweight runner for build


Using a heavyweight runner is quicker even; but not by a significant
enough margin to warrent using one. So use a lightweight runner for the
build

Signed-off-by: default avatarSjoerd Simons <sjoerd@collabora.com>
parent 4b6c7ee4
No related branches found
No related tags found
No related merge requests found
Pipeline #17039 passed
...@@ -6,7 +6,7 @@ build: ...@@ -6,7 +6,7 @@ build:
stage: build stage: build
image: rust:slim image: rust:slim
tags: tags:
- heavyweight - lightweight
before_script: before_script:
- apt update && apt install -y libssl-dev pkg-config - apt update && apt install -y libssl-dev pkg-config
script: 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