@@ -70,22 +70,22 @@ NOTE: setup-cpp requires Nodejs 12 or higher. If Nodejs shipped with your distri
70
70
71
71
# ### With executable
72
72
73
- Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v1.0.1 ), and run it with the available options. You can also automate downloading using `curl`, or other similar tools.
73
+ Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v1.0.0 ), and run it with the available options. You can also automate downloading using `curl`, or other similar tools.
74
74
75
75
` ` ` shell
76
76
# windows x64
77
- curl -o ./setup-cpp.exe -LJ "https://github.com/aminya/setup-cpp/releases/download/v1.0.1 /setup-cpp-x64-windows.exe"
77
+ curl -o ./setup-cpp.exe -LJ "https://github.com/aminya/setup-cpp/releases/download/v1.0.0 /setup-cpp-x64-windows.exe"
78
78
79
79
# linux x64
80
- curl -o ./setup-cpp -LJ "https://github.com/aminya/setup-cpp/releases/download/v1.0.1 /setup-cpp-x64-linux"
80
+ curl -o ./setup-cpp -LJ "https://github.com/aminya/setup-cpp/releases/download/v1.0.0 /setup-cpp-x64-linux"
81
81
chmod +x ./setup-cpp
82
82
83
83
# macos arm64
84
- curl -o ./setup-cpp -LJ "https://github.com/aminya/setup-cpp/releases/download/v1.0.1 /setup-cpp-arm64-macos"
84
+ curl -o ./setup-cpp -LJ "https://github.com/aminya/setup-cpp/releases/download/v1.0.0 /setup-cpp-arm64-macos"
85
85
chmod +x ./setup-cpp
86
86
87
87
# macos x64
88
- curl -o ./setup-cpp -LJ "https://github.com/aminya/setup-cpp/releases/download/v1.0.1 /setup-cpp-x64-macos"
88
+ curl -o ./setup-cpp -LJ "https://github.com/aminya/setup-cpp/releases/download/v1.0.0 /setup-cpp-x64-macos"
89
89
chmod +x ./setup-cpp
90
90
` ` `
91
91
@@ -206,25 +206,25 @@ The names are in the format `aminya/setup-cpp-<platform>:<platform_version>-<set
206
206
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
207
207
208
208
` ` ` dockerfile
209
- FROM aminya/setup-cpp-ubuntu:22.04-1.0.1 AS builder
209
+ FROM aminya/setup-cpp-ubuntu:22.04-1.0.0 AS builder
210
210
` ` `
211
211
212
212
Image with `llvm` and the base tools :
213
213
214
214
` ` ` dockerfile
215
- FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.0.1 AS builder
215
+ FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.0.0 AS builder
216
216
` ` `
217
217
218
218
Image with `gcc` and the base tools :
219
219
220
220
` ` ` dockerfile
221
- FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.0.1 AS builder
221
+ FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.0.0 AS builder
222
222
` ` `
223
223
224
224
Image with `mingw` and the base tools :
225
225
226
226
` ` ` dockerfile
227
- FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.0.1 AS builder
227
+ FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.0.0 AS builder
228
228
` ` `
229
229
230
230
# ### Fedora Images
@@ -234,25 +234,25 @@ FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.0.1 AS builder
234
234
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
235
235
236
236
` ` ` dockerfile
237
- FROM aminya/setup-cpp-fedora:40-1.0.1 AS builder
237
+ FROM aminya/setup-cpp-fedora:40-1.0.0 AS builder
238
238
` ` `
239
239
240
240
Image with `llvm` and the base tools :
241
241
242
242
` ` ` dockerfile
243
- FROM aminya/setup-cpp-fedora-llvm:40-1.0.1 AS builder
243
+ FROM aminya/setup-cpp-fedora-llvm:40-1.0.0 AS builder
244
244
` ` `
245
245
246
246
Image with `gcc` and the base tools :
247
247
248
248
` ` ` dockerfile
249
- FROM aminya/setup-cpp-fedora-gcc:40-1.0.1 AS builder
249
+ FROM aminya/setup-cpp-fedora-gcc:40-1.0.0 AS builder
250
250
` ` `
251
251
252
252
Image with `mingw` and the base tools :
253
253
254
254
` ` ` dockerfile
255
- FROM aminya/setup-cpp-fedora-mingw:40-1.0.1 AS builder
255
+ FROM aminya/setup-cpp-fedora-mingw:40-1.0.0 AS builder
256
256
` ` `
257
257
258
258
</details>
@@ -264,25 +264,25 @@ FROM aminya/setup-cpp-fedora-mingw:40-1.0.1 AS builder
264
264
Base image with `cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang`
265
265
266
266
` ` ` dockerfile
267
- FROM aminya/setup-cpp-arch:base-1.0.1 AS builder
267
+ FROM aminya/setup-cpp-arch:base-1.0.0 AS builder
268
268
` ` `
269
269
270
270
Image with `llvm` and the base tools :
271
271
272
272
` ` ` dockerfile
273
- FROM aminya/setup-cpp-arch-llvm:base-1.0.1 AS builder
273
+ FROM aminya/setup-cpp-arch-llvm:base-1.0.0 AS builder
274
274
` ` `
275
275
276
276
Image with `gcc` and the base tools :
277
277
278
278
` ` ` dockerfile
279
- FROM aminya/setup-cpp-arch-gcc:base-1.0.1 AS builder
279
+ FROM aminya/setup-cpp-arch-gcc:base-1.0.0 AS builder
280
280
` ` `
281
281
282
282
Image with `mingw` and the base tools :
283
283
284
284
` ` ` dockerfile
285
- FROM aminya/setup-cpp-arch-mingw:base-1.0.1 AS builder
285
+ FROM aminya/setup-cpp-arch-mingw:base-1.0.0 AS builder
286
286
` ` `
287
287
288
288
</details>
@@ -301,7 +301,7 @@ RUN apt-get update -qq && \
301
301
# install nodejs
302
302
apt-get install -y --no-install-recommends nodejs npm && \
303
303
# install setup-cpp
304
- npm install -g [email protected] .1 && \
304
+ npm install -g [email protected] .0 && \
305
305
# install the compiler and tools
306
306
NODE_OPTIONS="--enable-source-maps" \
307
307
setup-cpp \
@@ -411,7 +411,7 @@ stages:
411
411
apt-get install -y --no-install-recommends nodejs npm
412
412
413
413
# install setup-cpp
414
- npm install -g [email protected] .1
414
+ npm install -g [email protected] .0
415
415
416
416
# install the compiler and tools
417
417
./setup-cpp-x64-linux --compiler $compiler --cmake true --ninja true --ccache true --vcpkg true
0 commit comments