Tue, 04 Feb 2020 02:59:47 +0000
Merged in fbellet/pidgin/memory-leaks (pull request #633)
Memory leaks
Approved-by: Eion Robb <eionrobb@gmail.com>
Approved-by: Richard Laager <rlaager@wiktel.com>
Approved-by: Gary Kramlich <grim@reaperworld.com>
|
39899
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | environment: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
2 | - PACKAGECLOUD_REPO=experimental |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
3 | - ARCH=amd64 |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
4 | - BUILD_NUMBER |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
5 | - REGISTRY_HOST=docker.io |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
6 | - REPOSITORY=pidgin/builders |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
7 | |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
8 | tasks: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
9 | import: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
10 | type: docker/import |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
11 | files: .:. |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
12 | |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
13 | build: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
14 | type: docker/run |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
15 | image: ${REGISTRY_HOST}/${REPOSITORY}:${DISTRO}-${VERSION}-${ARCH} |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
16 | |
|
39900
d1af2f98e0f4
Add a clean task/plan
Gary Kramlich <grim@reaperworld.com>
parents:
39899
diff
changeset
|
17 | clean: |
|
d1af2f98e0f4
Add a clean task/plan
Gary Kramlich <grim@reaperworld.com>
parents:
39899
diff
changeset
|
18 | type: convey/clean |
|
d1af2f98e0f4
Add a clean task/plan
Gary Kramlich <grim@reaperworld.com>
parents:
39899
diff
changeset
|
19 | files: |
|
d1af2f98e0f4
Add a clean task/plan
Gary Kramlich <grim@reaperworld.com>
parents:
39899
diff
changeset
|
20 | - pvs-studio |
|
40143
0bedbacffa83
Add a scanbuild convey plan
Gary Kramlich <grim@reaperworld.com>
parents:
39900
diff
changeset
|
21 | - scanbuild |
|
39900
d1af2f98e0f4
Add a clean task/plan
Gary Kramlich <grim@reaperworld.com>
parents:
39899
diff
changeset
|
22 | |
|
39899
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
23 | export: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
24 | type: docker/export |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
25 | files: ${DISTRO}-${VERSION}-${ARCH} |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
26 | |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
27 | build-target: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
28 | type: docker/run |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
29 | image: ${REGISTRY_HOST}/${REPOSITORY}:${TARGET} |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
30 | |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
31 | export-target: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
32 | type: docker/export |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
33 | files: ${TARGET} |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
34 | |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
35 | plans: |
|
39900
d1af2f98e0f4
Add a clean task/plan
Gary Kramlich <grim@reaperworld.com>
parents:
39899
diff
changeset
|
36 | clean: |
|
d1af2f98e0f4
Add a clean task/plan
Gary Kramlich <grim@reaperworld.com>
parents:
39899
diff
changeset
|
37 | stages: |
|
d1af2f98e0f4
Add a clean task/plan
Gary Kramlich <grim@reaperworld.com>
parents:
39899
diff
changeset
|
38 | - tasks: [clean] |
|
d1af2f98e0f4
Add a clean task/plan
Gary Kramlich <grim@reaperworld.com>
parents:
39899
diff
changeset
|
39 | |
|
39899
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
40 | mingw-w64-x86_64: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
41 | environment: [DISTRO=mingw, VERSION=w64, ARCH=x86_64] |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
42 | stages: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
43 | - tasks: [import, build] |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
44 | |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
45 | pvs-studio: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
46 | environment: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
47 | - TARGET=pvs-studio |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
48 | - PVS_STUDIO_USERNAME |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
49 | - PVS_STUDIO_KEY |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
50 | stages: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
51 | - tasks: [import, build-target] |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
52 | - tasks: [export-target] |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
53 | run: always |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
54 | |
|
40143
0bedbacffa83
Add a scanbuild convey plan
Gary Kramlich <grim@reaperworld.com>
parents:
39900
diff
changeset
|
55 | scanbuild: |
|
0bedbacffa83
Add a scanbuild convey plan
Gary Kramlich <grim@reaperworld.com>
parents:
39900
diff
changeset
|
56 | environment: [TARGET=scanbuild] |
|
0bedbacffa83
Add a scanbuild convey plan
Gary Kramlich <grim@reaperworld.com>
parents:
39900
diff
changeset
|
57 | stages: |
|
0bedbacffa83
Add a scanbuild convey plan
Gary Kramlich <grim@reaperworld.com>
parents:
39900
diff
changeset
|
58 | - tasks: [import, build-target] |
|
0bedbacffa83
Add a scanbuild convey plan
Gary Kramlich <grim@reaperworld.com>
parents:
39900
diff
changeset
|
59 | - tasks: [export-target] |
|
0bedbacffa83
Add a scanbuild convey plan
Gary Kramlich <grim@reaperworld.com>
parents:
39900
diff
changeset
|
60 | run: always |
|
0bedbacffa83
Add a scanbuild convey plan
Gary Kramlich <grim@reaperworld.com>
parents:
39900
diff
changeset
|
61 | |
|
39899
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
62 | subproject-build: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
63 | environment: [TARGET=subproject-build] |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
64 | stages: |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
65 | - tasks: [import, build-target] |
|
b4962b614b5f
Initial convey support. Just supports the subproject-build and pvs-studio
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
66 |