summarylogtreecommitdiffstats
path: root/valid-repos-riscv64.sh
blob: 256ea066aea0dbcdfc2e50698c91a80cdb6ba4fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/hint/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
:

# shellcheck disable=2034
_repos=(
	core
	extra
	unsupported
)

# shellcheck disable=2034
_build_repos=(
	extra
)