ansible: Install gcc-11 and gcc-12 cross compilers on Debian
[lttng-ci.git] / scripts / common / override-build-std.sh
... / ...
CommitLineData
1#!/bin/bash
2#
3# SPDX-FileCopyrightText: 2020 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
4# SPDX-License-Identifier: GPL-2.0-or-later
5
6# This file should be used as a jenkins job builder RAW import allowing the
7# override of the "build" variable on shell builder execution.
8
9set -exu
10
11# shellcheck disable=SC2034
12build=std
This page took 0.021452 seconds and 4 git commands to generate.