Skip to content
Snippets Groups Projects
Commit 4f0845c3 authored by nimrod's avatar nimrod
Browse files

Install Meson from backports.

Toolbx requires atleast 0.58 but Bullseye has 0.56.1.
parent ea4ddf00
Branches master
No related tags found
No related merge requests found
Pipeline #2668 passed
...@@ -10,6 +10,10 @@ build: ...@@ -10,6 +10,10 @@ build:
stage: build stage: build
image: buildpack-deps:bullseye image: buildpack-deps:bullseye
before_script: before_script:
- >-
echo
'deb http://deb.debian.org/debian bullseye-backports main' >>
/etc/apt/sources.list
- apt-get update - apt-get update
- >- - >-
apt-get install -y apt-get install -y
...@@ -17,7 +21,7 @@ build: ...@@ -17,7 +21,7 @@ build:
cmake cmake
golang golang
go-md2man go-md2man
meson meson/bullseye-backports
podman podman
shellcheck shellcheck
systemd systemd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment