-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathspread.yaml
More file actions
52 lines (44 loc) · 1.19 KB
/
spread.yaml
File metadata and controls
52 lines (44 loc) · 1.19 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
project: wlcs
kill-timeout: 50m
backends:
lxd:
systems:
- ubuntu-24.04
- ubuntu-25.10
- ubuntu-devel:
image: ubuntu-daily:devel/amd64
- fedora-42
- fedora-43
- fedora-rawhide:
image: images:fedora/43
- alpine-3.20
- alpine-3.21
- alpine-edge
- archlinux-cloud
suites:
spread/:
summary: Build wlcs
environment:
ARCH: amd64
ASAN_OPTIONS: halt_on_error=1
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1
TSAN_OPTIONS: halt_on_error=1
# build tasks
CC/clang: clang
CXX/clang: clang++
# sbuild tasks
ARCH/ubuntu_arm64: arm64
ARCH/ubuntu_armhf: armhf
DISTRO: ubuntu
DISTRO/debian_sid: debian
RELEASE: noble
RELEASE/ubuntu: noble
RELEASE/ubuntu_questing: questing
RELEASE/ubuntu_devel: resolute
RELEASE/debian_sid: sid
PROPOSED: false
PROPOSED/ubuntu_proposed: true
path:
/spread/wlcs
exclude:
- .git