Skip to content

Commit 12841b3

Browse files
committed
chore(release): v1.2.1 [skip test]
1 parent b4d8a5c commit 12841b3

File tree

8 files changed

+45
-45
lines changed

8 files changed

+45
-45
lines changed

.github/workflows/CI.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,13 @@ jobs:
236236
platform:
237237
- linux/amd64
238238
container:
239-
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.0" }
240-
- { distro: "fedora", image: "setup-cpp-fedora", tag: "40-1.2.0" }
241-
- { distro: "arch", image: "setup-cpp-arch", tag: "base-1.2.0" }
239+
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.1" }
240+
- { distro: "fedora", image: "setup-cpp-fedora", tag: "40-1.2.1" }
241+
- { distro: "arch", image: "setup-cpp-arch", tag: "base-1.2.1" }
242242
include:
243243
- os: ubuntu-24.04-arm
244244
platform: linux/arm64
245-
container: { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.0" }
245+
container: { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.1" }
246246
steps:
247247
- uses: actions/checkout@v4
248248
with:
@@ -441,53 +441,53 @@ jobs:
441441

442442
- uses: Noelware/[email protected]
443443
with:
444-
inputs: aminya/setup-cpp-ubuntu:22.04-1.2.0
445-
images: aminya/setup-cpp-ubuntu:22.04-1.2.0-amd64,aminya/setup-cpp-ubuntu:22.04-1.2.0-arm64
444+
inputs: aminya/setup-cpp-ubuntu:22.04-1.2.1
445+
images: aminya/setup-cpp-ubuntu:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu:22.04-1.2.1-arm64
446446
push: true
447447
amend: true
448448
- uses: Noelware/[email protected]
449449
with:
450450
inputs: aminya/setup-cpp-ubuntu:latest
451-
images: aminya/setup-cpp-ubuntu:22.04-1.2.0-amd64,aminya/setup-cpp-ubuntu:22.04-1.2.0-arm64
451+
images: aminya/setup-cpp-ubuntu:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu:22.04-1.2.1-arm64
452452
push: true
453453
amend: true
454454

455455
- uses: Noelware/[email protected]
456456
with:
457-
inputs: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0
458-
images: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0-amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0-arm64
457+
inputs: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1
458+
images: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1-arm64
459459
push: true
460460
amend: true
461461
- uses: Noelware/[email protected]
462462
with:
463463
inputs: aminya/setup-cpp-ubuntu-llvm:latest
464-
images: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0-amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0-arm64
464+
images: aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1-arm64
465465
push: true
466466
amend: true
467467

468468
- uses: Noelware/[email protected]
469469
with:
470-
inputs: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0
471-
images: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0-amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0-arm64
470+
inputs: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1
471+
images: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1-arm64
472472
push: true
473473
amend: true
474474
- uses: Noelware/[email protected]
475475
with:
476476
inputs: aminya/setup-cpp-ubuntu-gcc:latest
477-
images: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0-amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0-arm64
477+
images: aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1-arm64
478478
push: true
479479
amend: true
480480

481481
- uses: Noelware/[email protected]
482482
with:
483-
inputs: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0
484-
images: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0-amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0-arm64
483+
inputs: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1
484+
images: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1-arm64
485485
push: true
486486
amend: true
487487
- uses: Noelware/[email protected]
488488
with:
489489
inputs: aminya/setup-cpp-ubuntu-mingw:latest
490-
images: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0-amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0-arm64
490+
images: aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1-amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1-arm64
491491
push: true
492492
amend: true
493493

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.0
5+
VERSION 1.2.1
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
@@ -219,25 +219,25 @@ The names are in the format `aminya/setup-cpp-<platform>:<platform_version>-<set
219219
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
220220

221221
```dockerfile
222-
FROM aminya/setup-cpp-ubuntu:22.04-1.2.0 AS builder
222+
FROM aminya/setup-cpp-ubuntu:22.04-1.2.1 AS builder
223223
```
224224

225225
Image with `llvm` and the base tools:
226226

227227
```dockerfile
228-
FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0 AS builder
228+
FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 AS builder
229229
```
230230

231231
Image with `gcc` and the base tools:
232232

233233
```dockerfile
234-
FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0 AS builder
234+
FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 AS builder
235235
```
236236

237237
Image with `mingw` and the base tools:
238238

239239
```dockerfile
240-
FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0 AS builder
240+
FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 AS builder
241241
```
242242

243243
#### Fedora Images
@@ -247,25 +247,25 @@ FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0 AS builder
247247
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
248248

249249
```dockerfile
250-
FROM aminya/setup-cpp-fedora:40-1.2.0 AS builder
250+
FROM aminya/setup-cpp-fedora:40-1.2.1 AS builder
251251
```
252252

253253
Image with `llvm` and the base tools:
254254

255255
```dockerfile
256-
FROM aminya/setup-cpp-fedora-llvm:40-1.2.0 AS builder
256+
FROM aminya/setup-cpp-fedora-llvm:40-1.2.1 AS builder
257257
```
258258

259259
Image with `gcc` and the base tools:
260260

261261
```dockerfile
262-
FROM aminya/setup-cpp-fedora-gcc:40-1.2.0 AS builder
262+
FROM aminya/setup-cpp-fedora-gcc:40-1.2.1 AS builder
263263
```
264264

265265
Image with `mingw` and the base tools:
266266

267267
```dockerfile
268-
FROM aminya/setup-cpp-fedora-mingw:40-1.2.0 AS builder
268+
FROM aminya/setup-cpp-fedora-mingw:40-1.2.1 AS builder
269269
```
270270

271271
</details>
@@ -277,25 +277,25 @@ FROM aminya/setup-cpp-fedora-mingw:40-1.2.0 AS builder
277277
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
278278

279279
```dockerfile
280-
FROM aminya/setup-cpp-arch:base-1.2.0 AS builder
280+
FROM aminya/setup-cpp-arch:base-1.2.1 AS builder
281281
```
282282

283283
Image with `llvm` and the base tools:
284284

285285
```dockerfile
286-
FROM aminya/setup-cpp-arch-llvm:base-1.2.0 AS builder
286+
FROM aminya/setup-cpp-arch-llvm:base-1.2.1 AS builder
287287
```
288288

289289
Image with `gcc` and the base tools:
290290

291291
```dockerfile
292-
FROM aminya/setup-cpp-arch-gcc:base-1.2.0 AS builder
292+
FROM aminya/setup-cpp-arch-gcc:base-1.2.1 AS builder
293293
```
294294

295295
Image with `mingw` and the base tools:
296296

297297
```dockerfile
298-
FROM aminya/setup-cpp-arch-mingw:base-1.2.0 AS builder
298+
FROM aminya/setup-cpp-arch-mingw:base-1.2.1 AS builder
299299
```
300300

301301
</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.0 AS builder
26+
FROM aminya/setup-cpp-ubuntu:22.04-1.2.1 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.0 AS builder
32+
FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 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.0 AS builder
38+
FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 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.0 AS builder
44+
FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 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.0 AS builder
52+
FROM aminya/setup-cpp-fedora:40-1.2.1 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.0 AS builder
58+
FROM aminya/setup-cpp-fedora-llvm:40-1.2.1 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.0 AS builder
64+
FROM aminya/setup-cpp-fedora-gcc:40-1.2.1 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.0 AS builder
70+
FROM aminya/setup-cpp-fedora-mingw:40-1.2.1 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.0 AS builder
78+
FROM aminya/setup-cpp-arch:base-1.2.1 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.0 AS builder
84+
FROM aminya/setup-cpp-arch-llvm:base-1.2.1 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.0 AS builder
90+
FROM aminya/setup-cpp-arch-gcc:base-1.2.1 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.0 AS builder
96+
FROM aminya/setup-cpp-arch-mingw:base-1.2.1 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/modern/setup-cpp.mjs

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.0"
3+
"version": "1.2.1"
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.0",
3+
"version": "1.2.1",
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)