Commit 8b06601
azlinux3 dnf packages for compiler installation (#423)
* Adding packages to install for azlinux3.
* Adding git as a package installed via dnf.
* Upversion
* gcc version is empty by default. Throwing error if gcc version is not empty for azlinux.
* Fixing typo.
* Fixing test.
* Adding make for RHEL/Cent OS.
* Logging gcc version, only confirming version if supplied version is unempty
* Installing version-less packages for ubuntu/debian.
* Adding libnsl package for RHEL/CentOS.
* Removed speccpu gcc limit in documentation, and checking for gcc version with metadata.
* Removing existing version of gcc before installing new version.
* Dnf remove instead of apt-get for CentOS/RHEL.
* Getting gcc version, if already installed and not supplied, does not install.
* Fixing unit test for case where supplied version is empty.
* Adding a unit test for no supplied version, with existing version.
* Splitting dumpversion output
* upversion
* Removing compiler name from compiler installation, compiler version from speccpu
* Adding purge and updating unit tests.
* upversion
* Removing compiler name, setting compiler version empty.
* Removing unecessary unit test.
* Fixing unit test for windows speccpu.
* Fixing documentation.
---------
Signed-off-by: Sai Bulusu <[email protected]>
Co-authored-by: saibulusu <[email protected]>1 parent b38f970 commit 8b06601
File tree
19 files changed
+336
-362
lines changed- src/VirtualClient
- VirtualClient.Actions.FunctionalTests
- VirtualClient.Actions.UnitTests/SPEC
- VirtualClient.Actions/SPECcpu
- VirtualClient.Dependencies.UnitTests
- VirtualClient.Dependencies
- VirtualClient.Main/profiles
- website/docs
- dependencies
- workloads/speccpu
19 files changed
+336
-362
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
Lines changed: 61 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
72 | 74 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 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 | + | |
80 | 100 | | |
81 | 101 | | |
82 | 102 | | |
83 | 103 | | |
84 | 104 | | |
85 | 105 | | |
86 | 106 | | |
87 | | - | |
| 107 | + | |
88 | 108 | | |
89 | 109 | | |
90 | 110 | | |
| |||
99 | 119 | | |
100 | 120 | | |
101 | 121 | | |
| 122 | + | |
102 | 123 | | |
103 | 124 | | |
104 | 125 | | |
| |||
114 | 135 | | |
115 | 136 | | |
116 | 137 | | |
117 | | - | |
| 138 | + | |
118 | 139 | | |
119 | | - | |
| 140 | + | |
120 | 141 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 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 | + | |
129 | 168 | | |
130 | 169 | | |
131 | 170 | | |
132 | 171 | | |
133 | 172 | | |
134 | 173 | | |
135 | 174 | | |
136 | | - | |
| 175 | + | |
137 | 176 | | |
138 | 177 | | |
139 | 178 | | |
| |||
273 | 312 | | |
274 | 313 | | |
275 | 314 | | |
276 | | - | |
| 315 | + | |
277 | 316 | | |
278 | 317 | | |
279 | 318 | | |
| |||
353 | 392 | | |
354 | 393 | | |
355 | 394 | | |
356 | | - | |
357 | 395 | | |
358 | 396 | | |
359 | 397 | | |
| |||
385 | 423 | | |
386 | 424 | | |
387 | 425 | | |
388 | | - | |
389 | 426 | | |
390 | 427 | | |
391 | 428 | | |
| |||
Lines changed: 36 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 90 | | |
101 | 91 | | |
102 | 92 | | |
| |||
432 | 422 | | |
433 | 423 | | |
434 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
435 | 432 | | |
436 | 433 | | |
437 | 434 | | |
438 | 435 | | |
439 | | - | |
| 436 | + | |
440 | 437 | | |
441 | 438 | | |
442 | 439 | | |
443 | 440 | | |
444 | 441 | | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
445 | 469 | | |
446 | 470 | | |
447 | 471 | | |
| |||
0 commit comments