|
#
|
|
# SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Disable Bzlmod for every Bazel command
|
|
common --enable_bzlmod=false
|
|
|
|
# Basic build settings
|
|
build --jobs 8
|