summaryrefslogtreecommitdiffstats
path: root/util/manibuilder/Makefile.targets
blob: dff38797d4d52123c6d698786bcf678820614728 (plain)
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
ANITA_TAGS := \
	anita\:9.1-amd64 anita\:9.1-i386 anita\:9.1-sparc64 \
	anita\:8.2-amd64 anita\:8.2-i386 \
	anita\:7.1-amd64 anita\:7.1-i386 \

MULTIARCH_TAGS := \
	centos\:7.6-armhfp-clean centos\:7.6-amd64-clean \
	centos\:7.3-aarch64-clean centos\:7.3-amd64-clean \
	centos\:7.2-amd64-clean \
	$(foreach a,x86_64 aarch64, \
	  $(foreach v,34 33 32 31 30 29 25 24, \
	    fedora\:$(v)-$(a))) \
	$(foreach a,ppc64le, \
	  $(foreach v,34 33 29 25 24, \
	    fedora\:$(v)-$(a))) \
	$(foreach a,s390x, \
	  $(foreach v,34 33 32 31 30 29, \
	    fedora\:$(v)-$(a))) \
	fedora\:28-armhfp \
	$(foreach a,ppc64el armhf mipsel amd64 i386, \
	  $(foreach v,bullseye buster stretch, \
	    debian-debootstrap\:$(a)-$(v))) \
	$(foreach a,arm64 mips, \
	  $(foreach v,buster stretch, \
	    debian-debootstrap\:$(a)-$(v))) \
	$(foreach a,ppc64el arm64 armhf amd64, \
	  $(foreach v,jammy focal bionic xenial, \
	    ubuntu-debootstrap\:$(a)-$(v))) \
	$(foreach a,i386, \
	  $(foreach v,bionic xenial, \
	    ubuntu-debootstrap\:$(a)-$(v))) \
	ubuntu-debootstrap\:powerpc-xenial \
	$(foreach a,aarch64 armhf amd64 i386, \
	  $(foreach v,v3.14 v3.13 v3.12 v3.11 v3.10 v3.9 v3.8 v3.7 v3.6, \
	    alpine\:$(a)-$(v))) \

OTHER_TAGS := djgpp\:6.1.0

ALL_TAGS := $(ANITA_TAGS) $(MULTIARCH_TAGS) $(OTHER_TAGS)

BROKEN_TAGS := anita\:7.1-amd64 anita\:7.1-i386 \
	       centos\:7.6-armhfp-clean \
	       fedora\:30-s390x fedora\:28-armhfp \

WORKING_TAGS := $(filter-out $(BROKEN_TAGS),$(ALL_TAGS))

arch_filter = $(sort \
	$(foreach arch,$(1), \
	  $(filter-out $(subst $(arch),,$(MULTIARCH_TAGS)),$(MULTIARCH_TAGS))))

machine_map = \
	$(if $(filter i386 i686 x86,$(1)),i386 x86, \
	$(if $(filter x86_64,$(1)),amd64 i386 x86, \
	$(if $(filter armv7l armv6l,$(1)),armhf, \
	$(if $(filter aarch64,$(1)),aarch64 arm64, \
	$(if $(filter ppc64le,$(1)),ppc64le ppc64el, \
	$(if $(filter ppc,$(1)),powerpc, \
	$(if $(filter mips,$(1)),mips mipsel, \
	$(1))))))))

NATIVE_TAGS := $(call arch_filter,$(call machine_map,$(shell uname -m)))

# rather arbitrary selection of images that seem to work (focus on amd64)
DEFAULT_TAGS := \
	anita\:9.1-sparc64 \
	anita\:9.1-amd64 \
	anita\:9.1-i386 \
	anita\:8.2-amd64 \
	djgpp\:6.1.0 \
	fedora\:30-aarch64 \
	fedora\:25-x86_64 \
	fedora\:25-ppc64le \
	fedora\:25-aarch64 \
	fedora\:24-x86_64 \
	centos\:7.3-aarch64-clean \
	centos\:7.3-amd64-clean \
	centos\:7.2-amd64-clean \
	debian-debootstrap\:ppc64el-stretch \
	debian-debootstrap\:armhf-stretch \
	debian-debootstrap\:mips-stretch \
	debian-debootstrap\:mipsel-stretch \
	debian-debootstrap\:amd64-stretch \
	debian-debootstrap\:i386-stretch \
	ubuntu-debootstrap\:arm64-xenial \
	ubuntu-debootstrap\:amd64-xenial \
	ubuntu-debootstrap\:powerpc-xenial \
	ubuntu-debootstrap\:amd64-bionic \
	alpine\:aarch64-v3.9 \
	alpine\:amd64-v3.8 \
	alpine\:amd64-v3.7 \

# also run all native tests by default
DEFAULT_TAGS += $(filter-out $(DEFAULT_TAGS),$(NATIVE_TAGS))

# original 1.0.x tags
10X_TAGS := \
	anita\:7.1-amd64 \
	anita\:7.1-i386 \
	djgpp\:6.1.0 \
	alpine\:amd64-v3.6 \
	alpine\:amd64-v3.7 \
	alpine\:i386-v3.6 \
	alpine\:i386-v3.7 \
	centos\:7.2-amd64-clean \
	centos\:7.3-aarch64-clean \
	centos\:7.3-amd64-clean \
	debian-debootstrap\:amd64-sid \
	debian-debootstrap\:amd64-stretch \
	debian-debootstrap\:armhf-stretch \
	debian-debootstrap\:i386-sid \
	debian-debootstrap\:i386-stretch \
	debian-debootstrap\:mips-stretch \
	debian-debootstrap\:mipsel-stretch \
	debian-debootstrap\:powerpc-sid \
	debian-debootstrap\:ppc64el-stretch \
	fedora\:24-x86_64 \
	fedora\:25-aarch64 \
	fedora\:25-ppc64le \
	fedora\:25-x86_64 \
	ubuntu-debootstrap\:amd64-xenial \
	ubuntu-debootstrap\:amd64-zesty \
	ubuntu-debootstrap\:arm64-xenial \
	ubuntu-debootstrap\:i386-xenial \
	ubuntu-debootstrap\:i386-zesty \

# additional tags added after initial release
10X_TAGS += \
	alpine\:aarch64-v3.8 \
	alpine\:armhf-v3.8 \
	alpine\:amd64-v3.8 \
	alpine\:i386-v3.8 \
	debian-debootstrap\:amd64-buster \
	debian-debootstrap\:arm64-buster \
	debian-debootstrap\:i386-buster \
	ubuntu-debootstrap\:amd64-bionic \
	ubuntu-debootstrap\:arm64-bionic \
	ubuntu-debootstrap\:i386-bionic \

# can only run what is still maintained
10X_TAGS := $(filter $(10X_TAGS),$(ALL_TAGS))

# original 1.1.x tags
11X_TAGS := \
	anita\:7.1-amd64 \
	djgpp\:6.1.0 \
	fedora\:30-x86_64 \
	fedora\:30-aarch64 \
	fedora\:29-x86_64 \
	fedora\:25-x86_64 \
	fedora\:25-ppc64le \
	fedora\:25-aarch64 \
	fedora\:24-x86_64 \
	centos\:7.6-amd64-clean \
	centos\:7.3-aarch64-clean \
	centos\:7.3-amd64-clean \
	centos\:7.2-amd64-clean \
	debian-debootstrap\:ppc64el-stretch \
	debian-debootstrap\:armhf-stretch \
	debian-debootstrap\:mips-stretch \
	debian-debootstrap\:mipsel-stretch \
	debian-debootstrap\:amd64-stretch \
	debian-debootstrap\:i386-stretch \
	debian-debootstrap\:amd64-sid \
	ubuntu-debootstrap\:arm64-xenial \
	ubuntu-debootstrap\:amd64-xenial \
	ubuntu-debootstrap\:powerpc-xenial \
	ubuntu-debootstrap\:amd64-bionic \
	alpine\:aarch64-v3.9 \
	alpine\:amd64-v3.9 \
	alpine\:amd64-v3.8 \
	alpine\:amd64-v3.7 \
	alpine\:amd64-v3.6 \
	alpine\:armhf-v3.8 \
	alpine\:i386-v3.9 \
	alpine\:i386-v3.8 \
	alpine\:i386-v3.7 \
	alpine\:i386-v3.6 \
	debian-debootstrap\:amd64-buster \
	debian-debootstrap\:i386-buster \
	debian-debootstrap\:i386-sid \
	ubuntu-debootstrap\:armhf-xenial \
	ubuntu-debootstrap\:i386-bionic \
	ubuntu-debootstrap\:i386-xenial \
	ubuntu-debootstrap\:ppc64el-xenial \

# can only run what is still maintained
11X_TAGS := $(filter $(11X_TAGS),$(ALL_TAGS))

default: $(DEFAULT_TAGS)

native: $(NATIVE_TAGS)

working: $(WORKING_TAGS)

all: $(ALL_TAGS)

1.0.x: export TEST_REVISION=refs/heads/1.0.x
1.0.x: $(10X_TAGS)

1.1.x: export TEST_REVISION=refs/heads/1.1.x
1.1.x: $(11X_TAGS)

show-default:
	@printf "%s\n" $(DEFAULT_TAGS)

show-native:
	@printf "%s\n" $(NATIVE_TAGS)

show-working:
	@printf "%s\n" $(WORKING_TAGS)

show-all:
	@printf "%s\n" $(ALL_TAGS)

show-1.0.x:
	@printf "%s\n" $(10X_TAGS)

show-1.1.x:
	@printf "%s\n" $(11X_TAGS)

.PHONY: default native all 1.0.x 1.1.x
.PHONY: show-default show-native show-all show-1.0.x show-1.1.x
.PHONY: $(ALL_TAGS)