|
5 | 5 | "RUNNER": "ubuntu-latest", |
6 | 6 | "ARCH": "x64", |
7 | 7 | "TARGET": "x86_64-unknown-linux-gnu", |
8 | | -<<<<<<< HEAD |
9 | 8 | "PACKAGE_MANAGERS": [ |
10 | 9 | "pypi", |
11 | 10 | "npm", |
12 | 11 | "maven" |
13 | 12 | ] |
14 | | -======= |
15 | | - "PACKAGE_MANAGERS": ["pypi", "npm"], |
16 | | - "run": ["always", "python", "node", "java"] |
17 | | ->>>>>>> bcc6b00b (CI - Minimal and full CI matrix impl (#2051)) |
18 | 13 | }, |
19 | 14 | { |
20 | 15 | "OS": "ubuntu", |
|
26 | 21 | ], |
27 | 22 | "ARCH": "arm64", |
28 | 23 | "TARGET": "aarch64-unknown-linux-gnu", |
29 | | -<<<<<<< HEAD |
30 | 24 | "PACKAGE_MANAGERS": [ |
31 | 25 | "pypi", |
32 | 26 | "npm", |
33 | 27 | "maven" |
34 | 28 | ], |
35 | 29 | "CONTAINER": "2_28" |
36 | | -======= |
37 | | - "PACKAGE_MANAGERS": ["pypi", "npm"], |
38 | | - "CONTAINER": "2_28", |
39 | | - "run": ["python", "node", "java"] |
40 | | ->>>>>>> bcc6b00b (CI - Minimal and full CI matrix impl (#2051)) |
41 | 30 | }, |
42 | 31 | { |
43 | 32 | "OS": "macos", |
44 | 33 | "NAMED_OS": "darwin", |
45 | 34 | "RUNNER": "macos-12", |
46 | 35 | "ARCH": "x64", |
47 | 36 | "TARGET": "x86_64-apple-darwin", |
48 | | -<<<<<<< HEAD |
49 | 37 | "PACKAGE_MANAGERS": [ |
50 | 38 | "pypi", |
51 | 39 | "npm", |
52 | 40 | "maven" |
53 | 41 | ] |
54 | | -======= |
55 | | - "PACKAGE_MANAGERS": ["pypi", "npm"], |
56 | | - "run": ["python", "node", "java"] |
57 | | ->>>>>>> bcc6b00b (CI - Minimal and full CI matrix impl (#2051)) |
58 | 42 | }, |
59 | 43 | { |
60 | 44 | "OS": "macos", |
61 | 45 | "NAMED_OS": "darwin", |
62 | 46 | "RUNNER": "macos-latest", |
63 | 47 | "ARCH": "arm64", |
64 | 48 | "TARGET": "aarch64-apple-darwin", |
65 | | -<<<<<<< HEAD |
66 | 49 | "PACKAGE_MANAGERS": [ |
67 | 50 | "pypi", |
68 | 51 | "npm", |
69 | 52 | "maven" |
70 | 53 | ] |
71 | | -======= |
72 | | - "PACKAGE_MANAGERS": ["pypi", "npm"], |
73 | | - "run": ["python", "node", "java"] |
74 | | ->>>>>>> bcc6b00b (CI - Minimal and full CI matrix impl (#2051)) |
75 | 54 | }, |
76 | 55 | { |
77 | 56 | "OS": "ubuntu", |
|
85 | 64 | ], |
86 | 65 | "IMAGE": "node:lts-alpine3.19", |
87 | 66 | "CONTAINER_OPTIONS": "--user root --privileged --rm", |
88 | | -<<<<<<< HEAD |
89 | 67 | "PACKAGE_MANAGERS": [ |
90 | 68 | "npm" |
91 | 69 | ] |
92 | | -======= |
93 | | - "PACKAGE_MANAGERS": ["npm"], |
94 | | - "run": ["node"] |
95 | | ->>>>>>> bcc6b00b (CI - Minimal and full CI matrix impl (#2051)) |
96 | 70 | }, |
97 | 71 | { |
98 | 72 | "OS": "ubuntu", |
|
102 | 76 | "RUNNER": "ubuntu-latest", |
103 | 77 | "IMAGE": "node:lts-alpine3.19", |
104 | 78 | "CONTAINER_OPTIONS": "--user root --privileged", |
105 | | -<<<<<<< HEAD |
106 | 79 | "PACKAGE_MANAGERS": [ |
107 | 80 | "npm" |
108 | 81 | ] |
109 | | -======= |
110 | | - "PACKAGE_MANAGERS": ["npm"], |
111 | | - "run": ["node"] |
112 | | ->>>>>>> bcc6b00b (CI - Minimal and full CI matrix impl (#2051)) |
113 | 82 | } |
114 | 83 | ] |
0 commit comments