-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathproject.conf
More file actions
113 lines (98 loc) · 2.25 KB
/
project.conf
File metadata and controls
113 lines (98 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
name: bluefin
# Required BuildStream version
min-version: 2.5
# Subdirectory where elements are stored
element-path: elements
(@):
- gnome-build-meta.bst:freedesktop-sdk.bst:include/runtime.yml
# FIXME: figure out why this does not work
# - gnome-build-meta.bst:include/aliases.yml
- include/aliases.yml
options:
arch:
type: arch
description: Machine architecture
variable: arch
values:
- aarch64
- x86_64
- riscv64
sandbox:
build-arch: "%{arch}"
variables:
branch: main
(?):
- arch == "x86_64":
go-arch: "amd64"
systemd-arch: "x86-64"
- arch == "aarch64":
go-arch: "arm64"
systemd-arch: "arm64"
- arch == "ppc64le":
gcc_arch: "powerpc64le"
go-arch: "ppc64le"
systemd-arch: "ppc64-le"
- arch == "riscv64":
go-arch: "riscv64"
systemd-arch: "riscv64"
# Project name
# The uri to download built artifacts from for this project
artifacts:
- url: https://gbm.gnome.org:11003
connection-config:
keepalive-time: 60
retry-limit: 5
retry-delay: 500
request-timeout: 180
- url: https://cache.projectbluefin.io:11001
connection-config:
keepalive-time: 60
retry-limit: 5
retry-delay: 500
request-timeout: 180
source-caches:
- url: https://gbm.gnome.org:11003
connection-config:
keepalive-time: 60
retry-limit: 5
retry-delay: 500
request-timeout: 180
- url: https://cache.projectbluefin.io:11001
connection-config:
keepalive-time: 60
retry-limit: 5
retry-delay: 500
request-timeout: 180
plugins:
- origin: junction
junction: plugins/buildstream-plugins.bst
elements:
- autotools
- meson
- cmake
- make
sources:
- patch
- origin: junction
junction: plugins/buildstream-plugins-community.bst
elements:
- collect_manifest
- flatpak_image
- flatpak_repo
- ostree
- pyproject
sources:
- gen_cargo_lock
- cargo2
- git_module
- git_repo
- patch_queue
- zip
- origin: junction
junction: gnome-build-meta.bst
elements:
- collect_initial_scripts
sources:
git_repo:
config:
ref-format: git-describe