Skip to content

Commit 81892a4

Browse files
committed
chore(release): v1.2.2 [skip test]
1 parent d11e5d7 commit 81892a4

File tree

10 files changed

+47
-47
lines changed

10 files changed

+47
-47
lines changed

.github/workflows/CI.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,13 @@ jobs:
239239
platform:
240240
- linux/amd64
241241
container:
242-
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.1" }
243-
- { distro: "fedora", image: "setup-cpp-fedora", tag: "40-1.2.1" }
244-
- { distro: "arch", image: "setup-cpp-arch", tag: "base-1.2.1" }
242+
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.2" }
243+
- { distro: "fedora", image: "setup-cpp-fedora", tag: "40-1.2.2" }
244+
- { distro: "arch", image: "setup-cpp-arch", tag: "base-1.2.2" }
245245
include:
246246
- os: ubuntu-24.04-arm
247247
platform: linux/arm64
248-
container: { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.1" }
248+
container: { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.2" }
249249
steps:
250250
- uses: actions/checkout@v4
251251
with:
@@ -444,53 +444,53 @@ jobs:
444444

445445
- uses: Noelware/docker-manifest-action@0.4.3
446446
with:
447-
inputs: aminya/setup-cpp-ubuntu:22.04-1.2.1
448-
images: aminya/setup-cpp-ubuntu:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu:22.04-1.2.1-arm64
447+
inputs: aminya/setup-cpp-ubuntu:22.04-1.2.2
448+
images: aminya/setup-cpp-ubuntu:22.04-1.2.2-amd64,aminya/setup-cpp-ubuntu:22.04-1.2.2-arm64
449449
push: true
450450
amend: true
451451
- uses: Noelware/docker-manifest-action@0.4.3
452452
with:
453453
inputs: aminya/setup-cpp-ubuntu:latest
454-
images: aminya/setup-cpp-ubuntu:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu:22.04-1.2.1-arm64
454+
images: aminya/setup-cpp-ubuntu:22.04-1.2.2-amd64,aminya/setup-cpp-ubuntu:22.04-1.2.2-arm64
455455
push: true
456456
amend: true
457457

458458
- uses: Noelware/docker-manifest-action@0.4.3
459459
with:
460-
inputs: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1
461-
images: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1-arm64
460+
inputs: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2
461+
images: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2-amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2-arm64
462462
push: true
463463
amend: true
464464
- uses: Noelware/docker-manifest-action@0.4.3
465465
with:
466466
inputs: aminya/setup-cpp-ubuntu-llvm:latest
467-
images: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1-arm64
467+
images: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2-amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2-arm64
468468
push: true
469469
amend: true
470470

471471
- uses: Noelware/docker-manifest-action@0.4.3
472472
with:
473-
inputs: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1
474-
images: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1-arm64
473+
inputs: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2
474+
images: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2-amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2-arm64
475475
push: true
476476
amend: true
477477
- uses: Noelware/docker-manifest-action@0.4.3
478478
with:
479479
inputs: aminya/setup-cpp-ubuntu-gcc:latest
480-
images: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1-arm64
480+
images: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2-amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2-arm64
481481
push: true
482482
amend: true
483483

484484
- uses: Noelware/docker-manifest-action@0.4.3
485485
with:
486-
inputs: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1
487-
images: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1-arm64
486+
inputs: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2
487+
images: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2-amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2-arm64
488488
push: true
489489
amend: true
490490
- uses: Noelware/docker-manifest-action@0.4.3
491491
with:
492492
inputs: aminya/setup-cpp-ubuntu-mingw:latest
493-
images: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1-arm64
493+
images: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2-amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2-arm64
494494
push: true
495495
amend: true
496496

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21...3.28)
22

33
project(
44
setup_cpp_tests
5-
VERSION 1.2.1
5+
VERSION 1.2.2
66
DESCRIPTION "Tests for setup-cpp"
77
HOMEPAGE_URL "https://github.com/aminya/setup-cpp"
88
LANGUAGES CXX C)

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -216,25 +216,25 @@ The names are in the format `aminya/setup-cpp-<platform>:<platform_version>-<set
216216
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
217217

218218
```dockerfile
219-
FROM aminya/setup-cpp-ubuntu:22.04-1.2.1 AS builder
219+
FROM aminya/setup-cpp-ubuntu:22.04-1.2.2 AS builder
220220
```
221221

222222
Image with `llvm` and the base tools:
223223

224224
```dockerfile
225-
FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 AS builder
225+
FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2 AS builder
226226
```
227227

228228
Image with `gcc` and the base tools:
229229

230230
```dockerfile
231-
FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 AS builder
231+
FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2 AS builder
232232
```
233233

234234
Image with `mingw` and the base tools:
235235

236236
```dockerfile
237-
FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 AS builder
237+
FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2 AS builder
238238
```
239239

240240
#### Fedora Images
@@ -244,25 +244,25 @@ FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 AS builder
244244
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
245245

246246
```dockerfile
247-
FROM aminya/setup-cpp-fedora:40-1.2.1 AS builder
247+
FROM aminya/setup-cpp-fedora:40-1.2.2 AS builder
248248
```
249249

250250
Image with `llvm` and the base tools:
251251

252252
```dockerfile
253-
FROM aminya/setup-cpp-fedora-llvm:40-1.2.1 AS builder
253+
FROM aminya/setup-cpp-fedora-llvm:40-1.2.2 AS builder
254254
```
255255

256256
Image with `gcc` and the base tools:
257257

258258
```dockerfile
259-
FROM aminya/setup-cpp-fedora-gcc:40-1.2.1 AS builder
259+
FROM aminya/setup-cpp-fedora-gcc:40-1.2.2 AS builder
260260
```
261261

262262
Image with `mingw` and the base tools:
263263

264264
```dockerfile
265-
FROM aminya/setup-cpp-fedora-mingw:40-1.2.1 AS builder
265+
FROM aminya/setup-cpp-fedora-mingw:40-1.2.2 AS builder
266266
```
267267

268268
</details>
@@ -274,25 +274,25 @@ FROM aminya/setup-cpp-fedora-mingw:40-1.2.1 AS builder
274274
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
275275

276276
```dockerfile
277-
FROM aminya/setup-cpp-arch:base-1.2.1 AS builder
277+
FROM aminya/setup-cpp-arch:base-1.2.2 AS builder
278278
```
279279

280280
Image with `llvm` and the base tools:
281281

282282
```dockerfile
283-
FROM aminya/setup-cpp-arch-llvm:base-1.2.1 AS builder
283+
FROM aminya/setup-cpp-arch-llvm:base-1.2.2 AS builder
284284
```
285285

286286
Image with `gcc` and the base tools:
287287

288288
```dockerfile
289-
FROM aminya/setup-cpp-arch-gcc:base-1.2.1 AS builder
289+
FROM aminya/setup-cpp-arch-gcc:base-1.2.2 AS builder
290290
```
291291

292292
Image with `mingw` and the base tools:
293293

294294
```dockerfile
295-
FROM aminya/setup-cpp-arch-mingw:base-1.2.1 AS builder
295+
FROM aminya/setup-cpp-arch-mingw:base-1.2.2 AS builder
296296
```
297297

298298
</details>

README_DOCKER.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,75 +23,75 @@ The names are in the format `aminya/setup-cpp-<platform>:<platform_version>-<set
2323
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
2424

2525
```dockerfile
26-
FROM aminya/setup-cpp-ubuntu:22.04-1.2.1 AS builder
26+
FROM aminya/setup-cpp-ubuntu:22.04-1.2.2 AS builder
2727
```
2828

2929
Image with `llvm` and the base tools:
3030

3131
```dockerfile
32-
FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 AS builder
32+
FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2 AS builder
3333
```
3434

3535
Image with `gcc` and the base tools:
3636

3737
```dockerfile
38-
FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 AS builder
38+
FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2 AS builder
3939
```
4040

4141
Image with `mingw` and the base tools:
4242

4343
```dockerfile
44-
FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 AS builder
44+
FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2 AS builder
4545
```
4646

4747
#### Fedora Images
4848

4949
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
5050

5151
```dockerfile
52-
FROM aminya/setup-cpp-fedora:40-1.2.1 AS builder
52+
FROM aminya/setup-cpp-fedora:40-1.2.2 AS builder
5353
```
5454

5555
Image with `llvm` and the base tools:
5656

5757
```dockerfile
58-
FROM aminya/setup-cpp-fedora-llvm:40-1.2.1 AS builder
58+
FROM aminya/setup-cpp-fedora-llvm:40-1.2.2 AS builder
5959
```
6060

6161
Image with `gcc` and the base tools:
6262

6363
```dockerfile
64-
FROM aminya/setup-cpp-fedora-gcc:40-1.2.1 AS builder
64+
FROM aminya/setup-cpp-fedora-gcc:40-1.2.2 AS builder
6565
```
6666

6767
Image with `mingw` and the base tools:
6868

6969
```dockerfile
70-
FROM aminya/setup-cpp-fedora-mingw:40-1.2.1 AS builder
70+
FROM aminya/setup-cpp-fedora-mingw:40-1.2.2 AS builder
7171
```
7272

7373
#### ArchLinux Images
7474

7575
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
7676

7777
```dockerfile
78-
FROM aminya/setup-cpp-arch:base-1.2.1 AS builder
78+
FROM aminya/setup-cpp-arch:base-1.2.2 AS builder
7979
```
8080

8181
Image with `llvm` and the base tools:
8282

8383
```dockerfile
84-
FROM aminya/setup-cpp-arch-llvm:base-1.2.1 AS builder
84+
FROM aminya/setup-cpp-arch-llvm:base-1.2.2 AS builder
8585
```
8686

8787
Image with `gcc` and the base tools:
8888

8989
```dockerfile
90-
FROM aminya/setup-cpp-arch-gcc:base-1.2.1 AS builder
90+
FROM aminya/setup-cpp-arch-gcc:base-1.2.2 AS builder
9191
```
9292

9393
Image with `mingw` and the base tools:
9494

9595
```dockerfile
96-
FROM aminya/setup-cpp-arch-mingw:base-1.2.1 AS builder
96+
FROM aminya/setup-cpp-arch-mingw:base-1.2.2 AS builder
9797
```

dist/legacy/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/modern/setup-cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "setup-cpp",
3-
"version": "1.2.1"
3+
"version": "1.2.2"
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-cpp",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Install all the tools required for building and testing C++/C projects.",
55
"repository": "https://github.com/aminya/setup-cpp",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)