• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/usr/bin/env bash
2
3# When changing this file, you need to bump the following
4# .gitlab-ci/image-tags.yml tags:
5# DEBIAN_BUILD_TAG
6# FEDORA_X86_64_BUILD_TAG
7
8rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED
9
10# We need at least 1.4.0 for rusticl
11pip3 install 'meson==1.4.0'
12