Skip to content
Snippets Groups Projects
Commit 1af93536 authored by nimrod's avatar nimrod
Browse files

Specify version of Toolbox.

Also, shallow clone for speed and disk size.
parent 5acb5920
No related branches found
No related tags found
No related merge requests found
Pipeline #482 passed
......@@ -7,6 +7,9 @@ stages:
- test
- build
variables:
VERSION: 0.0.99
build:
stage: build
image: buildpack-deps:bullseye
......@@ -22,7 +25,11 @@ build:
podman
shellcheck
systemd
- git clone https://github.com/containers/toolbox.git
- >-
git clone
--depth=1
"--branch=$VERSION"
https://github.com/containers/toolbox.git
- cd toolbox
script:
- meson -Dprofile_dir=/etc/profile.d builddir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment